Merge pull request #2861 from wenottingham/tighten-up-the-slack

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

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-12-04 04:23:20 +00:00 committed by GitHub
commit 70be95cec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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