From c51f235fab269bb7dc101754580c5d4f8d5f823b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 3 Dec 2018 14:22:59 -0500 Subject: [PATCH] Fix tooltip for slack channel list to note '#' is required. --- awx/ui/client/src/notifications/notificationTemplates.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index c54843421b..abe1c5fd3b 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -136,7 +136,7 @@ export default ['i18n', function(i18n) { label: i18n._('Destination Channels'), type: 'textarea', rows: 3, - awPopOver: i18n._('Enter one Slack channel per line. The pound symbol (#) is not required.'), + awPopOver: i18n._('Enter one Slack channel per line. The pound symbol (#) is required for channels.'), dataTitle: i18n._('Destination Channels'), dataPlacement: 'right', dataContainer: "body",