Replaced Windows Azure with Microsoft Azure in strings/comments.

This commit is contained in:
Chris Church
2014-08-13 08:20:32 -04:00
parent 3408ac8f88
commit 1b7d94732b
5 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.sshKeyDataLabel = 'Management Certificate';
scope.subscription_required = true;
scope.key_required = true;
scope.key_description = "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Windows Azure console.<div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>";
scope.key_description = "Paste the contents of the PEM file that corresponds to the certificate you uploaded in the Microsoft Azure console.<div class=\"popover-footer\"><span class=\"key\">esc</span> or click to close</div>";
scope.key_hint= "drag and drop a management certificate file on the field below";
break;
case 'vmware':