bt-net: commont != common

This commit is contained in:
Lemmy
2026-02-14 14:28:01 -05:00
parent a132920391
commit 6cb98974cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
}