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',