aboutsummaryrefslogtreecommitdiff
path: root/components/SearchInput.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/SearchInput.qml')
-rw-r--r--components/SearchInput.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/SearchInput.qml b/components/SearchInput.qml
index b104247c..35be896f 100644
--- a/components/SearchInput.qml
+++ b/components/SearchInput.qml
@@ -66,7 +66,7 @@ Item {
anchors.leftMargin: 45
font.pixelSize: 18
verticalAlignment: TextInput.AlignVCenter
- placeholderText: qsTr("Search by...")
+ placeholderText: qsTr("Search by...") + translationManager.emptyString
}
Item {