Add beta label to LVM support (#2531)
This commit is contained in:
parent
4d35409a53
commit
9c5a66b145
|
|
@ -41,7 +41,7 @@ class DiskLayoutConfigurationMenu(AbstractSubMenu):
|
||||||
)
|
)
|
||||||
self._menu_options['lvm_config'] = \
|
self._menu_options['lvm_config'] = \
|
||||||
Selector(
|
Selector(
|
||||||
_('Logical Volume Management (LVM)'),
|
f'{_('LVM - Logical Volume Management')} (BETA)',
|
||||||
lambda x: self._select_lvm_config(x),
|
lambda x: self._select_lvm_config(x),
|
||||||
display_func=lambda x: self.defined_text if x else '',
|
display_func=lambda x: self.defined_text if x else '',
|
||||||
preview_func=self._prev_lvm_config,
|
preview_func=self._prev_lvm_config,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue