From 6cb98974cbc9f51ca4a08c591877e3f45823f113 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sat, 14 Feb 2026 14:28:01 -0500 Subject: [PATCH] bt-net: commont != common --- Modules/Panels/Bluetooth/BluetoothPanel.qml | 2 +- Modules/Panels/Network/NetworkPanel.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Bluetooth/BluetoothPanel.qml b/Modules/Panels/Bluetooth/BluetoothPanel.qml index 40f37f364..bebed9de6 100644 --- a/Modules/Panels/Bluetooth/BluetoothPanel.qml +++ b/Modules/Panels/Bluetooth/BluetoothPanel.qml @@ -65,7 +65,7 @@ SmartPanel { NIconButton { icon: "settings" - tooltipText: I18n.tr("commont.settings") + tooltipText: I18n.tr("common.settings") baseSize: Style.baseWidgetSize * 0.8 onClicked: SettingsPanelService.openToTab(SettingsPanel.Tab.Connections, 1, screen) } diff --git a/Modules/Panels/Network/NetworkPanel.qml b/Modules/Panels/Network/NetworkPanel.qml index 8ebd650ff..1bf1cf72a 100644 --- a/Modules/Panels/Network/NetworkPanel.qml +++ b/Modules/Panels/Network/NetworkPanel.qml @@ -177,7 +177,7 @@ SmartPanel { NIconButton { icon: "settings" - tooltipText: I18n.tr("commont.settings") + tooltipText: I18n.tr("common.settings") baseSize: Style.baseWidgetSize * 0.8 onClicked: SettingsPanelService.openToTab(SettingsPanel.Tab.Connections, 0, screen) }