Skip to content

Commit

Permalink
Merge pull request #2187 from metalice/CNV-46584-change-boot-disk-siz…
Browse files Browse the repository at this point in the history
…e-to-disk-size

CNV-46584: Change boot disk size to disk size
  • Loading branch information
openshift-merge-bot[bot] authored Sep 19, 2024
2 parents 49db145 + dc99333 commit cecf904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion locales/en/plugin__kubevirt-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
"Blank": "Blank",
"Block": "Block",
"Boot disk": "Boot disk",
"Boot disk size": "Boot disk size",
"Boot from CD": "Boot from CD",
"Boot from CD requires an image file i.e. ISO, qcow, etc. that will be mounted to the VirtualMachine as a CD": "Boot from CD requires an image file i.e. ISO, qcow, etc. that will be mounted to the VirtualMachine as a CD",
"Boot management": "Boot management",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const DetailsRightGrid: FC = () => {
/>
<VirtualMachineDescriptionItem
descriptionData={<DiskSize />}
descriptionHeader={t('Boot disk size')}
descriptionHeader={t('Disk size')}
/>
<VirtualMachineDescriptionItem
descriptionData={
Expand Down

0 comments on commit cecf904

Please sign in to comment.