mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
add in OR to the UI label for editing a registry credential
This commit is contained in:
@@ -1106,7 +1106,7 @@ ManagedCredentialType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'id': 'password',
|
'id': 'password',
|
||||||
'label': ugettext_noop('Password'),
|
'label': ugettext_noop('Password or Token'),
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'secret': True,
|
'secret': True,
|
||||||
'help_text': ugettext_noop('A password or token used to authenticate with'),
|
'help_text': ugettext_noop('A password or token used to authenticate with'),
|
||||||
|
|||||||
Reference in New Issue
Block a user