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",