update the help text for Organization galaxy credentials

This commit is contained in:
Ryan Petrello 2020-08-05 14:20:20 -04:00
parent 458807c0c7
commit 30da93a64e
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -58,7 +58,7 @@ export default ['NotificationsList', 'i18n',
credential: {
label: i18n._('Galaxy Credentials'),
type: 'custom',
awPopOver: "<p>" + i18n._("Select Galaxy credentials. The selection order sets precedence for the sync and lookup of the content") + "</p>",
awPopOver: "<p>" + i18n._("Select Galaxy credentials. The selection order sets the order in which Tower will download roles/collections using `ansible-galaxy`.") + "</p>",
dataTitle: i18n._('Galaxy Credentials'),
dataContainer: 'body',
dataPlacement: 'right',