diff --git a/awx/ui/static/js/forms/Projects.js b/awx/ui/static/js/forms/Projects.js index 549153e586..5402a4769e 100644 --- a/awx/ui/static/js/forms/Projects.js +++ b/awx/ui/static/js/forms/Projects.js @@ -101,9 +101,9 @@ angular.module('ProjectFormDefinition', []) { hdr: 'GIT URLs', content: '
Example URLs for GIT SCM include:
Note: If using SSH protocol for github or bitbucket, enter in the SSH key only, ' + - 'do not enter a username (other than git) and password authentication is not supported. GIT read only ' + - 'protocol (git://) does not use username or password information.', + '
Note: If using SSH protocol for GitHub or Bitbucket, enter in the SSH key only, ' + + 'do not enter a username (other than git). Additionally, GitHub and Bitbucket do not support password authentication when using ' + + 'SSH protocol. GIT read only protocol (git://) does not use username or password information.', show: "scm_type.value == 'git'" }, { hdr: 'SVN URLs', content: '
Example URLs for Subversion SCM include:
' +