mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Adjust error message copy.
This commit is contained in:
@@ -231,7 +231,7 @@ function(NotificationsList, i18n) {
|
|||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
onError: {
|
onError: {
|
||||||
ngShow: 'job_template_labels_isValid !== true',
|
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)'
|
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user