From b651f1cef44473f9aaa77857a0db53ed4a5989cc Mon Sep 17 00:00:00 2001 From: Oliwia Gowor Date: Wed, 28 Aug 2024 09:42:47 +0200 Subject: [PATCH] change translation --- public/i18n/en.yaml | 1 + src/components/Clusters/components/AddClusterWizard.js | 2 +- src/components/Clusters/components/ClusterPreview.js | 2 +- .../ClusterValidation/ClusterValidationConfiguration.js | 2 +- src/resources/Secrets/SecretDetails.js | 4 ++-- src/resources/ServiceAccounts/ServiceAccountDetails.js | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/i18n/en.yaml b/public/i18n/en.yaml index dd59b42570..f18d2294a3 100644 --- a/public/i18n/en.yaml +++ b/public/i18n/en.yaml @@ -319,6 +319,7 @@ common: age: Age annotations: Annotations created: Created + configuration: Configuration last-update: Last Update description: Description discard-changes: Discard Changes diff --git a/src/components/Clusters/components/AddClusterWizard.js b/src/components/Clusters/components/AddClusterWizard.js index eac0818225..f263110ee0 100644 --- a/src/components/Clusters/components/AddClusterWizard.js +++ b/src/components/Clusters/components/AddClusterWizard.js @@ -151,7 +151,7 @@ export function AddClusterWizard({ kubeconfig, setKubeconfig, config }) { return ( {`1. ${t('configuration.title')}`} + >{`1. ${t('common.headers.configuration')}`}

( diff --git a/src/resources/ServiceAccounts/ServiceAccountDetails.js b/src/resources/ServiceAccounts/ServiceAccountDetails.js index ca8d7c41ab..67b5941b32 100644 --- a/src/resources/ServiceAccounts/ServiceAccountDetails.js +++ b/src/resources/ServiceAccounts/ServiceAccountDetails.js @@ -77,7 +77,7 @@ export default function ServiceAccountDetails(props) {