Remove converting sentence

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-03-06 14:39:50 +08:00
parent 966d4d6709
commit cbd5e45200
No known key found for this signature in database
GPG Key ID: EC774C32160918ED
2 changed files with 0 additions and 7 deletions

View File

@ -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 {
<Banner color="info">
{{ t('harvester.modal.downloadImage.banner', { size: imageVirtualSize }) }}
</Banner>
{{ t('harvester.modal.downloadImage.convertMessage', { name: imageDisplayName }) }}
<br /><br />
{{ t('harvester.modal.downloadImage.startMessage') }}
<br /><br />
</template>

View File

@ -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: