mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Fix tooltip for slack channel list to note '#' is required.
This commit is contained in:
@@ -136,7 +136,7 @@ export default ['i18n', function(i18n) {
|
|||||||
label: i18n._('Destination Channels'),
|
label: i18n._('Destination Channels'),
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
rows: 3,
|
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'),
|
dataTitle: i18n._('Destination Channels'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
|||||||
Reference in New Issue
Block a user