AC-457 Fixed help text wording

This commit is contained in:
chouseknecht
2013-09-12 17:05:11 -04:00
parent 460ec55cee
commit 9abf6cd2db

View File

@@ -101,9 +101,9 @@ angular.module('ProjectFormDefinition', [])
{ hdr: 'GIT URLs', { hdr: 'GIT URLs',
content: '<p>Example URLs for GIT SCM include:</p><ul class=\"no-bullets\"><li>https://github.com/ansible/ansible.git</li>' + content: '<p>Example URLs for GIT SCM include:</p><ul class=\"no-bullets\"><li>https://github.com/ansible/ansible.git</li>' +
'<li>git@github.com:ansible/ansible.git</li><li>git://servername.example.com/ansible.git</li></ul>' + '<li>git@github.com:ansible/ansible.git</li><li>git://servername.example.com/ansible.git</li></ul>' +
'<p><strong>Note:</strong> If using SSH protocol for github or bitbucket, enter in the SSH key only, ' + '<p><strong>Note:</strong> 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 ' + 'do not enter a username (other than git). Additionally, GitHub and Bitbucket do not support password authentication when using ' +
'protocol (git://) does not use username or password information.', 'SSH protocol. GIT read only protocol (git://) does not use username or password information.',
show: "scm_type.value == 'git'" }, show: "scm_type.value == 'git'" },
{ hdr: 'SVN URLs', { hdr: 'SVN URLs',
content: '<p>Example URLs for Subversion SCM include:</p>' + content: '<p>Example URLs for Subversion SCM include:</p>' +