summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoren Burkholder <55629213+LorenDB@users.noreply.github.com>2023-02-14 12:44:26 -0500
committerGitHub <noreply@github.com>2023-02-14 12:44:26 -0500
commit92d9539824b8b9091dede4a04dec8ada31437f45 (patch)
tree19792d73ea1bd6a04ecf01fb39507c37470cd235
parent1f8777178ecc3c6fac598a461e8c2c6071dff6ee (diff)
Update resources/qml/delegates/EncryptionEnabled.qml
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
-rw-r--r--resources/qml/delegates/EncryptionEnabled.qml2
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
}