diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index 946fe71fcf..c5f9d66e72 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -119,7 +119,8 @@ function TemplatesStrings (BaseString) { EDGE_CONFLICT: t.s('EDGE CONFLICT'), DELETED: t.s('DELETED'), START: t.s('START'), - DETAILS: t.s('DETAILS') + DETAILS: t.s('DETAILS'), + TITLE: t.s('WORKFLOW VISUALIZER') } } diff --git a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html index 4711fb43c9..264a5ab55c 100644 --- a/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html +++ b/awx/ui/client/src/templates/workflows/workflow-maker/workflow-maker.partial.html @@ -25,7 +25,7 @@