Update resources/qml/delegates/EncryptionEnabled.qml

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
pull/1359/head
Loren Burkholder 2 years ago committed by GitHub
parent 1f8777178e
commit 92d9539824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/qml/delegates/EncryptionEnabled.qml

@ -48,7 +48,7 @@ Rectangle {
} }
MatrixText { 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 color: Nheko.colors.text
width: parent.width width: parent.width
} }

Loading…
Cancel
Save