add in OR to the UI label for editing a registry credential

This commit is contained in:
Rebeccah
2021-04-05 10:45:09 -04:00
parent 4a62932ecd
commit 0d2ab5f61e

View File

@@ -1106,7 +1106,7 @@ ManagedCredentialType(
},
{
'id': 'password',
'label': ugettext_noop('Password'),
'label': ugettext_noop('Password or Token'),
'type': 'string',
'secret': True,
'help_text': ugettext_noop('A password or token used to authenticate with'),