From 881d29a60667b386cbbf14470e0f60d1e704d93e Mon Sep 17 00:00:00 2001 From: Cole Blanchard <33158416+blanchco@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:01:22 -0400 Subject: [PATCH] save as model from equations (#4888) Co-authored-by: Cole Blanchard --- .../tera-model-from-equations-drilldown.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/client/hmi-client/src/components/workflow/ops/model-from-equations/tera-model-from-equations-drilldown.vue b/packages/client/hmi-client/src/components/workflow/ops/model-from-equations/tera-model-from-equations-drilldown.vue index 56bfc344d3..775996c278 100644 --- a/packages/client/hmi-client/src/components/workflow/ops/model-from-equations/tera-model-from-equations-drilldown.vue +++ b/packages/client/hmi-client/src/components/workflow/ops/model-from-equations/tera-model-from-equations-drilldown.vue @@ -38,7 +38,7 @@ -
Use these equation
+
Use {{ includedEquations.length > 1 ? 'these equations' : 'this equation' }}