diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 1e571cf121..590140c1e8 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -232,7 +232,8 @@ function(NotificationsList, i18n) { helperText: { classCondition: 'job_template_labels_isValid === true', ngClass: 'at-InputLabel--error', - text: i18n._('Max 512 Char'), + ngShow: 'job_template_labels_isValid !== true', + text: i18n._('Max 512 Characters'), }, ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)' },