From f20859c85f1cc1225878cbc0534ebdca31954963 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 20 Feb 2020 16:25:39 -0500 Subject: [PATCH] Tweak labels for workflow pending approval message --- awx/ui/client/src/notifications/notificationTemplates.form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 29f1764a72..485a2ef745 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -718,7 +718,7 @@ export default ['i18n', function(i18n) { ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)', }, running_message: { - label: i18n._('Workflow Running Message'), + label: i18n._('Workflow Pending Approval Message'), class: 'Form-formGroup--fullWidth', type: 'syntax_highlight', mode: 'jinja2', @@ -729,7 +729,7 @@ export default ['i18n', function(i18n) { ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)', }, running_body: { - label: i18n._('Workflow Running Message Body'), + label: i18n._('Workflow Pending Approval Message Body'), class: 'Form-formGroup--fullWidth', type: 'syntax_highlight', mode: 'jinja2',