Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
OliwiaGowor committed Aug 27, 2024
1 parent 3cb8e4f commit eb6bcc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resources/ServiceAccounts/ServiceAccountDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ export default function ServiceAccountDetails(props) {
/>
);

const Config = value => (
const Configuration = value => (
<UI5Panel
fixed
keyComponent={'storageclass-configuration'}
title={t('storage-classes.headers.configuration')}
keyComponent={'serviceaccount-configuration'}
title={t('configuration.title')}
>
<LayoutPanelRow
name={t('service-accounts.headers.auto-mount-token')}
Expand All @@ -102,7 +102,7 @@ export default function ServiceAccountDetails(props) {
<>
<ResourceDetails
customComponents={[
Config,
Configuration,
ServiceAccountSecrets,
ServiceAccountImagePullSecrets,
Events,
Expand Down

0 comments on commit eb6bcc2

Please sign in to comment.