From ca8b523f9838cccb0ef9f54f4371c4a5614de7da Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 14 Jul 2017 15:38:01 -0400 Subject: [PATCH 1/2] Re-word 'no insights playbook available' filter. --- .../inventories/insights/insights.partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}
From 15f815b8ff6ccab6ee108a81b00fefd23ba1a9cd Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 14 Jul 2017 15:40:53 -0400 Subject: [PATCH 2/2] 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",