mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 00:33:35 -05:00
revert i18n on credential kind (API translates it)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user