From b4f272a57535e459923cfdd9dc72883a398cb48b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 5 Aug 2019 12:06:41 -0400 Subject: [PATCH] Catch another area where this toggle is set. --- .../client/src/inventories-hosts/hosts/hosts.partial.html | 6 +++--- .../client/src/inventories-hosts/inventory-hosts.strings.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html index 9d0058458c..7892a4dd01 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html +++ b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html @@ -52,9 +52,9 @@
-
- - +
+ +
diff --git a/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js b/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js index a5b35168ad..e6352e53e2 100644 --- a/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js +++ b/awx/ui/client/src/inventories-hosts/inventory-hosts.strings.js @@ -30,7 +30,7 @@ function InventoryHostsStrings (BaseString) { ns.hostList = { DISABLED_TOGGLE_TOOLTIP: () => t.s('{{ str1 }}

{{ str2 }}

', { str1: t.s('Indicates if a host is available and should be included in running jobs.'), - str2: t.s('For hosts that are part of an external inventory, this flag cannot be changed. It will be set by the inventory sync process.') + str2: t.s('For hosts that are part of an external inventory, this may be reset by the inventory sync process.') }) };