summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-17 03:23:51 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-17 03:24:12 +0200
commit56db0dbc7d0878ce1621a4dc998024d470d200a5 (patch)
treefc941d540e26a6d2b5ae9ae67d04944d3f66c3a0 /resources
parentUpdate translations (diff)
downloadnheko-56db0dbc7d0878ce1621a4dc998024d470d200a5.tar.xz
Allow downloading keys from key backup
Diffstat (limited to 'resources')
-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 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."); } }