mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Separate vault password from id with vertical separator
This commit is contained in:
@@ -116,7 +116,7 @@ function CredentialPasswordsStep({ launchConfig, i18n }) {
|
||||
label={
|
||||
credId === ''
|
||||
? i18n._(t`Vault password`)
|
||||
: i18n._(t`Vault password - ${credId}`)
|
||||
: i18n._(t`Vault password | ${credId}`)
|
||||
}
|
||||
name={`credentialPasswordVault_${credId}`}
|
||||
isRequired
|
||||
|
||||
Reference in New Issue
Block a user