Used Il8n Search placeholder for search box in nFilePicker

This commit is contained in:
Corey Woodworth
2025-10-20 00:16:05 -04:00
parent 53a8706f60
commit d6958aca9e
+1 -1
View File
@@ -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