Skip to content

Commit

Permalink
Rename profile in sub-menu (#2033)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Girtler <[email protected]>
  • Loading branch information
svartkanin and svartkanin authored Sep 14, 2023
1 parent 5656722 commit f185538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/profile/profile_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(

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,
Expand Down

0 comments on commit f185538

Please sign in to comment.