Merge pull request #653 from MrDowntempo/patch-1

Small fix to incorrect I18n string name
This commit is contained in:
Lemmy
2025-11-03 18:02:54 -05:00
committed by GitHub
@@ -51,7 +51,7 @@ ColumnLayout {
}
NButton {
text: I18n.tr("bar.widget-settings.lock-keys.browsedd")
text: I18n.tr("bar.widget-settings.lock-keys.browse")
onClicked: capsPicker.open()
enabled: valueShowCapsLock
}