diff --git a/awx/ui/client/src/forms/Credentials.js b/awx/ui/client/src/forms/Credentials.js
index 24ca35acd2..f81a999fab 100644
--- a/awx/ui/client/src/forms/Credentials.js
+++ b/awx/ui/client/src/forms/Credentials.js
@@ -67,14 +67,18 @@ export default
'
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.' +
+ 'Network\n' +
+ 'Authentication for network device access. This can include SSH keys, usernames, passwords, ' +
+ 'and authorize information. Network credentials are used when submitting jobs to run playbooks against ' +
+ 'network devices.' +
'Source Control\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' +
+ 'used by Projects.\n' +
'Others (Cloud Providers)\n' +
- 'Access keys for authenticating to the specific ' +
- 'cloud provider, usually used for inventory sync ' +
- 'and deployment.\n' +
+ 'Usernames, passwords, and access keys for authenticating to the specified cloud or infrastructure ' +
+ 'provider. These are used for dynamic inventory sources and for cloud provisioning and deployment ' +
+ 'in playbook runs.\n' +
'\n',
dataTitle: 'Type',
dataPlacement: 'right',