mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Used Il8n Search placeholder for search box in nFilePicker
This commit is contained in:
@@ -322,7 +322,7 @@ Popup {
|
||||
NTextInput {
|
||||
id: searchInput
|
||||
inputIconName: "search"
|
||||
placeholderText: I18n.tr("widget.file-picker.search-placeholder")
|
||||
placeholderText: I18n.tr("placeholders.search")
|
||||
Layout.fillWidth: true
|
||||
|
||||
visible: filePickerPanel.showSearchBar
|
||||
|
||||
Reference in New Issue
Block a user