Fix tooltip for slack channel list to note '#' is required.

This commit is contained in:
Bill Nottingham 2018-12-03 14:22:59 -05:00
parent 63b0796738
commit c51f235fab

View File

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