mobile/filter: use more appropriate placeholder text

This way it matches the filter mode.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-23 08:21:31 -08:00
parent e0766aa4bd
commit b5a427c880

View file

@ -465,7 +465,7 @@ Kirigami.ScrollablePage {
verticalAlignment: TextInput.AlignVCenter
Layout.fillWidth: true
text: ""
placeholderText: "Full text search"
placeholderText: sitefilterMode.currentText
onAccepted: {
manager.setFilter(text, sitefilterMode.currentIndex)
}