summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/SingleMailView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/SingleMailView.qml')
-rw-r--r--components/package/contents/ui/SingleMailView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index 0ac223b1..8731e270 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -367,7 +367,7 @@ Rectangle {
367 367
368 KubeFramework.MailController { 368 KubeFramework.MailController {
369 id: mailController 369 id: mailController
370 threadLeader: model.mail 370 mail: model.mail
371 } 371 }
372 372
373 text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") 373 text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash")