From df4e4f80adc0b5b787402c02287f8c69a25a2cdb Mon Sep 17 00:00:00 2001 From: Etienne Simard Date: Mon, 11 Feb 2019 19:23:02 -0500 Subject: [PATCH] Fix ambiguous workflow vizualizer wording Resolves: #2998 Signed-off-by: Etienne Simard --- awx/ui/client/features/templates/templates.strings.js | 2 +- .../workflow-maker/forms/workflow-node-form.partial.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index cd06bdb755..16dac68e62 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -106,7 +106,7 @@ function TemplatesStrings (BaseString) { WORKFLOW: t.s('Workflow'), WARNING: t.s('Warning'), TOTAL_NODES: t.s('TOTAL NODES'), - ADD_A_TEMPLATE: t.s('ADD A TEMPLATE'), + ADD_A_NODE: t.s('ADD A NODE'), EDIT_TEMPLATE: t.s('EDIT TEMPLATE'), JOBS: t.s('JOBS'), PLEASE_CLICK_THE_START_BUTTON: t.s('Please click the start button to build your workflow.'), diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.partial.html b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.partial.html index 7e9c23bc64..177d4b21bd 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.partial.html +++ b/awx/ui/client/src/templates/workflows/workflow-maker/forms/workflow-node-form.partial.html @@ -1,5 +1,5 @@
-
{{nodeConfig.mode === 'edit' ? nodeConfig.node.fullUnifiedJobTemplateObject.name || nodeConfig.node.unifiedJobTemplate.name : strings.get('workflow_maker.ADD_A_TEMPLATE')}}
+
{{nodeConfig.mode === 'edit' ? nodeConfig.node.fullUnifiedJobTemplateObject.name || nodeConfig.node.unifiedJobTemplate.name : strings.get('workflow_maker.ADD_A_NODE')}}
{{strings.get('workflow_maker.JOBS')}}
{{strings.get('workflow_maker.PROJECT_SYNC')}}