We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dc001 commit dee2a84Copy full SHA for dee2a84
1 file changed
archinstall/lib/applications/application_menu.py
@@ -54,7 +54,7 @@ def _prev_bluetooth(self, item: MenuItem) -> str | None:
54
if item.value is not None:
55
bluetooth_config: BluetoothConfiguration = item.value
56
57
- output = 'Bluetooth: '
+ output = f'{tr("Bluetooth")}: '
58
output += tr('Enabled') if bluetooth_config.enabled else tr('Disabled')
59
return output
60
return None
0 commit comments