From 343639d4b7dbf0a16fb2aee6104a0d9d9e8f3ef4 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 21 Nov 2018 14:07:36 -0500 Subject: [PATCH] fix workflow maker total templates header to total nodes --- awx/ui/client/features/templates/templates.strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index ab77d0d7b1..cd06bdb755 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -105,7 +105,7 @@ function TemplatesStrings (BaseString) { INVENTORY_SYNC: t.s('Inventory Sync'), WORKFLOW: t.s('Workflow'), WARNING: t.s('Warning'), - TOTAL_TEMPLATES: t.s('TOTAL TEMPLATES'), + TOTAL_NODES: t.s('TOTAL NODES'), ADD_A_TEMPLATE: t.s('ADD A TEMPLATE'), EDIT_TEMPLATE: t.s('EDIT TEMPLATE'), JOBS: t.s('JOBS'),