mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Change human credential types.
This commit updates the human credential types from SCM/AWS to "Source Control" and "Amazon Web Services".
This commit is contained in:
@@ -28,8 +28,8 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
|
|||||||
|
|
||||||
KIND_CHOICES = [
|
KIND_CHOICES = [
|
||||||
('ssh', _('Machine')),
|
('ssh', _('Machine')),
|
||||||
('scm', _('SCM')),
|
('scm', _('Source Control')),
|
||||||
('aws', _('AWS')),
|
('aws', _('Amazon Web Services')),
|
||||||
('rax', _('Rackspace')),
|
('rax', _('Rackspace')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user