diff options
-rw-r--r-- | views/conversation/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/conversation/main.qml b/views/conversation/main.qml index 098eba01..2f80abff 100644 --- a/views/conversation/main.qml +++ b/views/conversation/main.qml | |||
@@ -91,8 +91,8 @@ ApplicationWindow { | |||
91 | { | 91 | { |
92 | resource: "resource1", | 92 | resource: "resource1", |
93 | date: "2017-07-20T18:46:29", | 93 | date: "2017-07-20T18:46:29", |
94 | subject: "UTF-8 Madness öüä ❆", | 94 | subject: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", |
95 | body: "öüä ❆", | 95 | body: "UTF-8 Madness Umlauts:öüä Snowflake:❆ Heart:♥", |
96 | to: ["öüä@example.org"], | 96 | to: ["öüä@example.org"], |
97 | }, | 97 | }, |
98 | ] | 98 | ] |