diff --git a/archinstall/lib/disk/disk_menu.py b/archinstall/lib/disk/disk_menu.py index fa227ef114..c1cf32c794 100644 --- a/archinstall/lib/disk/disk_menu.py +++ b/archinstall/lib/disk/disk_menu.py @@ -120,6 +120,7 @@ def _prev_disk_layouts(self, item: MenuItem) -> str | None: partition_table = FormattedOutput.as_table(mod.partitions) output_partition += f'{mod.device_path}: {mod.device.device_info.model}\n' + output_partition += '{}: {}\n'.format(str(_('Wipe')), mod.wipe) output_partition += partition_table + '\n' # create btrfs table