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 054bf98322..5da17d4c43 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 @@ -304,7 +304,7 @@ function(NotificationsList, CompletedJobsList, i18n) { label: i18n._('Use Fact Cache'), type: 'checkbox', column: 2, - awPopOver: "

" + i18n._("If enabled, a fact scan will be done when this job is launched.") + "

", + awPopOver: "

" + i18n._("If enabled, use cached facts if available and store discovered facts in the cache.") + "

", dataPlacement: 'right', dataTitle: i18n._('Use Fact Cache'), dataContainer: "body",