From 9abf6cd2db250c7adfd4b671e926bfa834367b25 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 12 Sep 2013 17:05:11 -0400 Subject: [PATCH] AC-457 Fixed help text wording --- awx/ui/static/js/forms/Projects.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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:

' +