diff --git a/pkg/harvester/dialog/HarvesterImageDownloader.vue b/pkg/harvester/dialog/HarvesterImageDownloader.vue index dd947d1e..abfb5013 100644 --- a/pkg/harvester/dialog/HarvesterImageDownloader.vue +++ b/pkg/harvester/dialog/HarvesterImageDownloader.vue @@ -42,10 +42,6 @@ export default { return this.image?.name || ''; }, - imageDisplayName() { - return this.image?.displayName || ''; - }, - imageVirtualSize() { return this.image?.virtualSize || this.image?.downSize || ''; } @@ -124,8 +120,6 @@ export default { {{ t('harvester.modal.downloadImage.banner', { size: imageVirtualSize }) }} - {{ t('harvester.modal.downloadImage.convertMessage', { name: imageDisplayName }) }} -

{{ t('harvester.modal.downloadImage.startMessage') }}

diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index 9b0de058..cf51ab48 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -102,7 +102,6 @@ harvester: downloadImage: title: Download Image banner: 'This action takes a while depending on the image size ({ size }). Please be patient.' - convertMessage: 'Harvester will convert { name } into qcow2 format.' startMessage : 'The download process will auto start once the conversion is complete.' download: Download exportImage: