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

@@ -35,7 +35,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
('rax', _('Rackspace')),
('vmware', _('VMware')),
('gce', _('Google Compute Engine')),
('azure', _('Windows Azure')),
('azure', _('Microsoft Azure')),
]
PASSWORD_FIELDS = ('password', 'ssh_key_data', 'ssh_key_unlock',