Skip to content

Commit cb0aef7

Browse files
committed
Update
1 parent 0895d3d commit cb0aef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • archinstall/default_profiles/desktops

archinstall/default_profiles/desktops/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SeatAccess(Enum):
1414
async def select_seat_access(profile_name: str, default: str | None) -> SeatAccess:
1515
header = tr('{} needs access to your seat').format(profile_name)
1616
header += f' ({tr("collection of hardware devices i.e. keyboard, mouse")})' + '\n'
17-
header += tr('Choose an option how to give access to your hardware')
17+
header += tr('Choose an option how to give {} access to your hardware').format(profile_name)
1818

1919
items = [MenuItem(s.value, value=s) for s in SeatAccess]
2020
group = MenuItemGroup(items, sort_items=True)

0 commit comments

Comments
 (0)