1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/EncryptionIndicator.qml b/resources/qml/EncryptionIndicator.qml
index 52d2eeed..6bc16a18 100644
--- a/resources/qml/EncryptionIndicator.qml
+++ b/resources/qml/EncryptionIndicator.qml
@@ -39,7 +39,7 @@ Image {
case Crypto.TOFU:
return qsTr("Encrypted by an unverified device, but you have trusted that user so far.");
default:
- return qsTr("Encrypted by an unverified device");
+ return qsTr("Encrypted by an unverified device or the key is from an untrusted source like the key backup.");
}
}
|