diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index db4dd16b41..d84fc4fbf5 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -93,8 +93,8 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition']) type: 'alertblock', "class": 'alert-info', ngShow: "showMissingPlaybooksAlert && scm_type.value == 'manual'", - alertTxt: '
WARNING: There are no available playbook directories in {{ base_dir }}.' + - 'Either that directory is empty, or all of the contents are already assigned to other projects.' + + alertTxt: '
WARNING: There are no available playbook directories in {{ base_dir }}. ' + + 'Either that directory is empty, or all of the contents are already assigned to other projects. ' + 'Create a new directory there and make sure the playbook files can be read by the "awx" system user, ' + 'or have Tower directly retrieve your playbooks from source control using the SCM Type option above.
', closeable: false