mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Ran prettier
This commit is contained in:
parent
c3c7e120c8
commit
e6a1ad0127
@ -238,7 +238,9 @@ function CredentialDetail({ i18n, credential }) {
|
||||
</DetailList>
|
||||
{Object.keys(inputSources).length > 0 && (
|
||||
<PluginFieldText>
|
||||
{i18n._(t`* This field will be retrieved from an external secret management system using the specified credential.`)}
|
||||
{i18n._(
|
||||
t`* This field will be retrieved from an external secret management system using the specified credential.`
|
||||
)}
|
||||
</PluginFieldText>
|
||||
)}
|
||||
<CardActionsRow>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user