summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index e918cebf..cef38f18 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -98,7 +98,7 @@ FocusScope {
98 Kube.TextField { 98 Kube.TextField {
99 id: find 99 id: find
100 Layout.fillWidth: true 100 Layout.fillWidth: true
101 placeholderText: "Filter..." 101 placeholderText: qsTr("Filter...")
102 onTextChanged: mailListModel.filter = text 102 onTextChanged: mailListModel.filter = text
103 activeFocusOnTab: visible 103 activeFocusOnTab: visible
104 focus: visible 104 focus: visible