Fix translation text for lock keys browse button

I'm not sure how this got in there. Must've acidentally fat fingered a couple letters before submitting my PR.
This commit is contained in:
MrDowntempo
2025-11-03 17:30:48 -05:00
committed by GitHub
parent 498fe24093
commit 1720bf3e1b
@@ -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
}