diff --git a/awx/ui/client/src/inventories-hosts/inventories/insights/insights.partial.html b/awx/ui/client/src/inventories-hosts/inventories/insights/insights.partial.html index fa05459114..140b0b7282 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/insights/insights.partial.html +++ b/awx/ui/client/src/inventories-hosts/inventories/insights/insights.partial.html @@ -47,7 +47,7 @@
-
Not Solvable With Playbook
+
No Remediation Playbook Available
{{not_solvable_count}}
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",