mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Replaced Windows Azure with Microsoft Azure in strings/comments.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user