mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Separate vault password from id with vertical separator
This commit is contained in:
parent
7f78018386
commit
90caea2273
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user