From 15f815b8ff6ccab6ee108a81b00fefd23ba1a9cd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 14 Jul 2017 15:40:53 -0400 Subject: [PATCH] Update fact cache tooltip wording. --- 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 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",