Update UnifiedSearchInputContainer.qml
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Tue, 26 Oct 2021 08:44:07 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Oct 2021 08:44:07 +0000 (10:44 +0200)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/tray/UnifiedSearchInputContainer.qml

index 2e9891bf00efaa8e88a161656711f2d750373a26..77533395272fa1ba5772a3b29787d503bb8b6c00 100644 (file)
@@ -20,7 +20,7 @@ TextField {
     leftPadding: trayWindowUnifiedSearchTextFieldSearchIcon.width + trayWindowUnifiedSearchTextFieldSearchIcon.anchors.leftMargin + textFieldHorizontalPaddingOffset
     rightPadding: trayWindowUnifiedSearchTextFieldClearTextButton.width + trayWindowUnifiedSearchTextFieldClearTextButton.anchors.rightMargin + textFieldHorizontalPaddingOffset
 
-    placeholderText: qsTr("Search files, messages, events…")
+    placeholderText: qsTr("Search files, messages, events …")
 
     selectByMouse: true