diff --git a/awx/ui/static/js/helpers/Credentials.js b/awx/ui/static/js/helpers/Credentials.js index 14d14f17ac..e6aabd88d7 100644 --- a/awx/ui/static/js/helpers/Credentials.js +++ b/awx/ui/static/js/helpers/Credentials.js @@ -61,7 +61,7 @@ angular.module('CredentialsHelper', ['Utilities']) scope.email_required = true; scope.key_required = true; scope.project_required = true; - scope.key_description = 'Paste the value of the private key found within a GCE service account\'s JSON key.
'; + scope.key_description = 'Paste the contents of the PEM file associated with the service account email. '; scope.key_hint= "drag and drop a private key file on the field below"; break; case 'azure':