mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Adjust error message copy.
This commit is contained in:
@@ -231,7 +231,7 @@ function(NotificationsList, i18n) {
|
||||
dataContainer: 'body',
|
||||
onError: {
|
||||
ngShow: 'job_template_labels_isValid !== true',
|
||||
text: i18n._('Max 512 Characters'),
|
||||
text: i18n._('Max 512 characters per label.'),
|
||||
},
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user