diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index f54f83f6b3..4e15fb1154 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -42,7 +42,9 @@ angular.module('ProjectFormDefinition', []) ngClick: 'lookUpOrganization()', awRequiredWhen: {variable: "organizationrequired", init: "true" }, awPopOver: '
A project must have at least one organization. Pick one organization now to create the project, and then after ' + - 'the project is created you can add additional organizations.' , + 'the project is created you can add additional organizations.
Only super users and organization administrators are allowed ' + + 'to make changes to projects. Associating one or more organizations to a project determins which organizations admins have ' + + 'access to modify the project.', dataTitle: 'Organization', dataContainer: 'body', dataPlacement: 'right'