From 6e49c25cfdea47cf69ef263a2906f8f6acb14183 Mon Sep 17 00:00:00 2001 From: kialam Date: Mon, 6 Aug 2018 12:24:05 -0400 Subject: [PATCH] Adjust error message copy. --- awx/ui/client/src/templates/job_templates/job-template.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 93facc4470..7b75e16415 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 @@ -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)' },