Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/profile
diff options
context:
space:
mode:
authorDaniel Girtler <blackrabbit256@gmail.com>2023-09-14 20:56:06 +1000
committerGitHub <noreply@github.com>2023-09-14 20:56:06 +1000
commitf18553835506417b392aa2dc2ba6e3f017bb7d3d (patch)
treece58665f85fe4ca7f7a9e61bc4aeec4eb8a27766 /archinstall/lib/profile
parent56567221b6984f592ad9f591be814c03d554ca2a (diff)
Rename profile in sub-menu (#2033)
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Diffstat (limited to 'archinstall/lib/profile')
-rw-r--r--archinstall/lib/profile/profile_menu.py2
1 files changed, 1 insertions, 1 deletions
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,