Mention keys *until present time* are exported
This commit is contained in:
		@@ -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
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user