mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
revert i18n on credential kind (API translates it)
This commit is contained in:
parent
db4a964e64
commit
183bd4fa80
@ -13,7 +13,7 @@ function CredentialChip({ credential, i18n, ...props }) {
|
||||
} else if (credential.kind === 'aws' || credential.kind === 'ssh') {
|
||||
type = credential.kind.toUpperCase();
|
||||
} else {
|
||||
type = i18n._(toTitleCase(credential.kind));
|
||||
type = toTitleCase(credential.kind);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user