From 707af2c11dfec929ab61089c49422e7c101800dd Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 13 Feb 2023 09:22:31 -0500 Subject: [PATCH] Update message --- resources/qml/delegates/EncryptionEnabled.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/qml/delegates/EncryptionEnabled.qml b/resources/qml/delegates/EncryptionEnabled.qml index 090ab3bb..8be12b04 100644 --- a/resources/qml/delegates/EncryptionEnabled.qml +++ b/resources/qml/delegates/EncryptionEnabled.qml @@ -47,9 +47,7 @@ Rectangle { } MatrixText { - text: qsTr("Encryption keeps your messages safe by locking them with a key that only the people in this room have. " - + "That means that even if somebody gains unauthorized access to your messages, they will not be able to see " - + "what they say.") + text: qsTr("Encryption keeps your messages safe by only allowing the people you sent the message to to read it. For extra security, if you want to make sure you are talking to the right person, you can verify them in real life.") color: Nheko.colors.text width: parent.width }