summary refs log tree commit diff
path: root/resources/qml/delegates/EncryptionEnabled.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-02-13 09:22:31 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2023-02-13 20:46:53 -0500
commit707af2c11dfec929ab61089c49422e7c101800dd (patch)
tree8fc060f9885f24cd777661bf02fa038f478f486f /resources/qml/delegates/EncryptionEnabled.qml
parentAdd a fancy delegate when encryption is enabled (diff)
downloadnheko-707af2c11dfec929ab61089c49422e7c101800dd.tar.xz
Update message
Diffstat (limited to 'resources/qml/delegates/EncryptionEnabled.qml')
-rw-r--r--resources/qml/delegates/EncryptionEnabled.qml4
1 files changed, 1 insertions, 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 }