Mention keys *until present time* are exported
This commit is contained in:
parent
77d877047b
commit
b531ca0a4a
|
@ -36,12 +36,14 @@ HBox {
|
||||||
HLabel {
|
HLabel {
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
text: qsTr(
|
text: qsTr(
|
||||||
"The decryption keys for messages you received in encrypted " +
|
"The decryption keys for messages received in encrypted rooms " +
|
||||||
"rooms can be exported to a passphrase-protected file.\n\n" +
|
"<b>until present time</b> can be backed up " +
|
||||||
|
"to a passphrase-protected file.<br><br>" +
|
||||||
|
|
||||||
"You can then import this file on any Matrix account or " +
|
"You can then import this file on any Matrix account or " +
|
||||||
"client, to be able to decrypt these messages again."
|
"client, to be able to decrypt these messages again."
|
||||||
)
|
)
|
||||||
|
textFormat: Text.StyledText
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user