Skip to content

Commit

Permalink
feat: change details to specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Aug 23, 2024
1 parent 13bd032 commit 188a7af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,6 @@ pods:
unknown: Pod state unknown
pv:
description: <0>PersistentVolume (PV)</0> is used to manage storage in a cluster that an administrator has provisioned.
details: Details
headers:
access-modes: Access Mode
capacity: Capacity
Expand Down
2 changes: 1 addition & 1 deletion src/resources/PersistentVolumes/PersistentVolumeDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function PersistentVolumeDetails(props) {

const PvDetails = ({ spec, metadata, status }) => (
<div key="persistent-volumes-ref" data-testid="persistent-volumes-ref">
<UI5Panel title={t('pv.details')}>
<UI5Panel title={t('common.headers.specification')}>
<LayoutPanelRow
name={t('pv.headers.finalizers')}
value={<Tokens tokens={metadata.finalizers} />}
Expand Down

0 comments on commit 188a7af

Please sign in to comment.