From 30da93a64e626516daba2fd0b66dbe6405322442 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 5 Aug 2020 14:20:20 -0400 Subject: [PATCH] update the help text for Organization galaxy credentials --- awx/ui/client/src/organizations/organizations.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/organizations/organizations.form.js b/awx/ui/client/src/organizations/organizations.form.js index 712e6be9ba..48446d4599 100644 --- a/awx/ui/client/src/organizations/organizations.form.js +++ b/awx/ui/client/src/organizations/organizations.form.js @@ -58,7 +58,7 @@ export default ['NotificationsList', 'i18n', credential: { label: i18n._('Galaxy Credentials'), type: 'custom', - awPopOver: "

" + i18n._("Select Galaxy credentials. The selection order sets precedence for the sync and lookup of the content") + "

", + awPopOver: "

" + i18n._("Select Galaxy credentials. The selection order sets the order in which Tower will download roles/collections using `ansible-galaxy`.") + "

", dataTitle: i18n._('Galaxy Credentials'), dataContainer: 'body', dataPlacement: 'right',