changed description on GCE key

This commit is contained in:
Jared Tabor 2014-07-31 14:46:36 -04:00
parent 4138a152c4
commit 6f2da30f11

View File

@ -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. <div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>';
scope.key_description = 'Paste the contents of the PEM file associated with the service account email. <div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>';
scope.key_hint= "drag and drop a private key file on the field below";
break;
case 'azure':