Confirm account logout and propose exporting keys

Key export button callback not implemented yet.
This commit is contained in:
miruka
2019-09-09 12:57:40 -04:00
parent 85bdbcf5be
commit 15add6d91c
5 changed files with 64 additions and 24 deletions

View File

@@ -30,8 +30,9 @@ HBox {
wrapMode: Text.Wrap
text: qsTr(
"The decryption keys for messages you received in encrypted " +
"rooms can be exported to a passphrase-protected file.\n" +
"You can then import this file on another Matrix account or " +
"rooms can be exported to a passphrase-protected file.\n\n" +
"You can then import this file on any Matrix account or " +
"client, to be able to decrypt these messages again."
)