summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorLaevos <laevos@laevos.com>2024-09-29 22:30:18 -0700
committerLaevos <laevos@laevos.com>2024-09-29 22:30:18 -0700
commitab64a8eaf507a9acec2db0ef96e559898100b748 (patch)
tree08be45ad8cbb923408441b6c05dcbcb9665e81d1 /resources/qml
parentgrammar fix for untrusted source message (diff)
downloadnheko-ab64a8eaf507a9acec2db0ef96e559898100b748.tar.xz
update message to preserve meaning
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/EncryptionIndicator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/EncryptionIndicator.qml b/resources/qml/EncryptionIndicator.qml

index edd3faae..4287540b 100644 --- a/resources/qml/EncryptionIndicator.qml +++ b/resources/qml/EncryptionIndicator.qml
@@ -41,7 +41,7 @@ Image { case Crypto.TOFU: return qsTr("Encrypted by an unverified device, but you have trusted that user so far."); case Crypto.MessageUnverified: - return qsTr("Key is from an untrusted source likely forwarded from another user or the online key backup. For this reason we can't verify who sent the message."); + return qsTr("Key is from an untrusted source, possibly forwarded from another user or the online key backup. For this reason we can't verify who sent the message."); default: return qsTr("Encrypted by an unverified device."); }