Add beta label to LVM support (#2531)

This commit is contained in:
Daniel Girtler 2024-06-08 17:18:19 +10:00 committed by GitHub
parent 4d35409a53
commit 9c5a66b145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class DiskLayoutConfigurationMenu(AbstractSubMenu):
)
self._menu_options['lvm_config'] = \
Selector(
_('Logical Volume Management (LVM)'),
f'{_('LVM - Logical Volume Management')} (BETA)',
lambda x: self._select_lvm_config(x),
display_func=lambda x: self.defined_text if x else '',
preview_func=self._prev_lvm_config,