From f18553835506417b392aa2dc2ba6e3f017bb7d3d Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Thu, 14 Sep 2023 20:56:06 +1000 Subject: Rename profile in sub-menu (#2033) Co-authored-by: Daniel Girtler --- archinstall/lib/profile/profile_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/profile') diff --git a/archinstall/lib/profile/profile_menu.py b/archinstall/lib/profile/profile_menu.py index 079a9817..d9e47190 100644 --- a/archinstall/lib/profile/profile_menu.py +++ b/archinstall/lib/profile/profile_menu.py @@ -27,7 +27,7 @@ class ProfileMenu(AbstractSubMenu): def setup_selection_menu_options(self): self._menu_options['profile'] = Selector( - _('Profile'), + _('Type'), lambda x: self._select_profile(x), display_func=lambda x: x.name if x else None, preview_func=self._preview_profile, -- cgit v1.2.3-54-g00ecf