From 90caea227327de9e1b30bd64aa91a6d59c339463 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 19 Jan 2021 13:49:01 -0500 Subject: [PATCH] Separate vault password from id with vertical separator --- .../components/LaunchPrompt/steps/CredentialPasswordsStep.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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