diff --git a/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx b/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx index ac17ce1071..d9b4eb37d2 100644 --- a/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx +++ b/awx/ui_next/src/components/LaunchPrompt/steps/CredentialPasswordsStep.jsx @@ -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