Skip to content

Commit dee2a84

Browse files
author
Mariya
authored
fix: fix translation for bluetooth preview_action (#4014)
1 parent 17dc001 commit dee2a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/applications/application_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _prev_bluetooth(self, item: MenuItem) -> str | None:
5454
if item.value is not None:
5555
bluetooth_config: BluetoothConfiguration = item.value
5656

57-
output = 'Bluetooth: '
57+
output = f'{tr("Bluetooth")}: '
5858
output += tr('Enabled') if bluetooth_config.enabled else tr('Disabled')
5959
return output
6060
return None

0 commit comments

Comments
 (0)