wallpaper selector: correct search box placeholder

This commit is contained in:
end-4
2025-08-30 09:28:11 +02:00
parent fd3455d3ec
commit 3290755fa8
@@ -304,7 +304,7 @@ Item {
ToolbarTextField {
id: filterField
placeholderText: GlobalStates.screenUnlockFailed ? Translation.tr("Incorrect password") : Translation.tr("Enter password")
placeholderText: focus ? Translation.tr("Search wallpapers") : Translation.tr("Hit \"/\" to search")
// Style
clip: true