Merge pull request #1434 from notiant/patch-12

NFilePicker: fix wrong i18n key
This commit is contained in:
Lysec
2026-01-17 16:06:48 +01:00
committed by GitHub
+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