From 62a36e3704746e2c8ef3b8b2546101455b3160f4 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 30 Oct 2018 22:23:36 -0400 Subject: [PATCH] update job slice count help text --- 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 f91ce149a9..f716cb4abb 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 @@ -267,7 +267,7 @@ function(NotificationsList, i18n) { dataTitle: i18n._('Slice Job Count'), dataPlacement: 'right', dataContainer: 'body', - awPopOver: "

" + i18n._("The number of job slices to create for this job. This should not be set for jobs where cross-host orchestration is done. For best behavior, this number should be high enough that each slice is smaller than an individual cluster node capacity.") + "

", + awPopOver: "

" + i18n._("Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory.") + "

", ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)' }, diff_mode: {