From 6f2da30f1171e10d7f2378b6e9ba7e606194a75d Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 31 Jul 2014 14:46:36 -0400 Subject: [PATCH] changed description on GCE key --- awx/ui/static/js/helpers/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
esc or click to close
'; + scope.key_description = 'Paste the contents of the PEM file associated with the service account email.
esc or click to close
'; scope.key_hint= "drag and drop a private key file on the field below"; break; case 'azure':