diff options
Diffstat (limited to 'resources/qml/delegates/EncryptionEnabled.qml')
-rw-r--r-- | resources/qml/delegates/EncryptionEnabled.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/EncryptionEnabled.qml b/resources/qml/delegates/EncryptionEnabled.qml index 2e2684e4..d23e0469 100644 --- a/resources/qml/delegates/EncryptionEnabled.qml +++ b/resources/qml/delegates/EncryptionEnabled.qml @@ -48,7 +48,7 @@ Rectangle { } MatrixText { - 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.") + 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 people, you can verify them in real life.") color: Nheko.colors.text width: parent.width } |