mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NFilePicker: fix wrong i18n key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user