diff --git a/awx/ui/static/js/helpers/ProjectPath.js b/awx/ui/static/js/helpers/ProjectPath.js index ace80ec41f..fab4e15db7 100644 --- a/awx/ui/static/js/helpers/ProjectPath.js +++ b/awx/ui/static/js/helpers/ProjectPath.js @@ -36,7 +36,8 @@ angular.module('ProjectPathHelper', ['RestServices', 'Utilities']) '
There are no unassigned playbook directories in the base project path (' + scope.base_dir + '). ' + 'Either the project directory is empty, or all of the contents are already assigned to other AWX projects.
' + 'To fix this, log into the AWX server and check out another playbook project from your SCM repository into ' + - scope.base_dir + '.
', 'alert-info'); + scope.base_dir + '. After checking out the project, run "chown -R awx" on the content directory to ' + + 'ensure awx can read the playbooks.', 'alert-info'); } }) .error( function(data, status, headers, config) {