Update message

This commit is contained in:
Loren Burkholder 2023-02-13 09:22:31 -05:00
parent 902d4a7eb2
commit 707af2c11d

View file

@ -47,9 +47,7 @@ Rectangle {
} }
MatrixText { MatrixText {
text: qsTr("Encryption keeps your messages safe by locking them with a key that only the people in this room have. " 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.")
+ "That means that even if somebody gains unauthorized access to your messages, they will not be able to see "
+ "what they say.")
color: Nheko.colors.text color: Nheko.colors.text
width: parent.width width: parent.width
} }