diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js index e4c715d66d..d424407abf 100644 --- a/awx/ui/client/src/forms/Credentials.js +++ b/awx/ui/client/src/forms/Credentials.js @@ -49,8 +49,8 @@ export default sourceModel: 'organization', sourceField: 'name', ngClick: 'lookUpOrganization()', - awPopOver: "

If no organization is given, the credential can only be used by the user that creates the credential. organization admins and system administrators can assign an organization so that roles can be assigned to users and teams in that organization.

", - dataTitle: 'Required ', + awPopOver: "

If no organization is given, the credential can only be used by the user that creates the credential. Organization admins and system administrators can assign an organization so that roles for the credential can be assigned to users and teams in that organization.

", + dataTitle: 'Organization ', dataPlacement: 'bottom', dataContainer: "body" },