diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js
index 5d54777445..0ef99843c9 100644
--- a/awx/ui/static/js/forms/Credentials.js
+++ b/awx/ui/static/js/forms/Credentials.js
@@ -86,20 +86,21 @@ angular.module('CredentialFormDefinition', [])
editRequired: true,
helpCollapse: [
{ hdr: 'Credential Type',
- content: '
Choose a type based on how this credential will be used: ' +
+ content: '
Choose a type for this credential: ' +
'
\n' +
'- AWS
\n' +
- '- Access keys for running cloud inventory sync with Amazon Web Services.
\n' +
+ '- Access keys for Amazon Web Services used for inventory management or deployment.
\n' +
'- Machine
\n' +
- '- Define SSH and Sudo access for playbooks. Used when submitting jobs to run playbooks ' +
- 'on a remote host.
' +
+ '- Authentication for remote machine access. This can include SSH keys, usernames, passwords, ' +
+ 'and sudo information. Machine credentials are used when submitting jobs to run playbooks against ' +
+ 'remote hosts.
' +
'- Rackspace
\n' +
- '- Credentials for running cloud inventory sync with Rackspace.
\n' +
+ '- Access information for Rackspace Cloud used for inventory management or deployment.
\n' +
'- SCM
\n' +
- '- Used on projects to clone and update local source code repositories ' +
- ' from a remote revision control system such as Git, SVN or Mercurial.
\n' +
+ '- Used to check out and synchronize playbook repositories with a remote source control ' +
+ 'management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are ' +
+ 'used on the Projects tab.
\n' +
'
\n'
-
}]
},
access_key: {