NFilePicker: fix wrong i18n key

This commit is contained in:
notiant
2026-01-17 16:03:26 +01:00
committed by GitHub
parent 313ecfb3a0
commit ae600edc5e
+1 -1
View File
@@ -282,7 +282,7 @@ Popup {
NTextInput {
id: locationInput
text: root.currentPath
placeholderText: I18n.tr("widgets.file-picker.enter-path")
placeholderText: I18n.tr("placeholders.enter-path")
Layout.fillWidth: true
visible: !filePickerPanel.showSearchBar