Error if no sessions decrypted
Tell the user if they entered the wrong recovery key Fixes https://github.com/vector-im/riot-web/issues/8143
This commit is contained in:
parent
efcfaed335
commit
0a2b79b62d
2 changed files with 12 additions and 3 deletions
|
@ -114,8 +114,6 @@
|
|||
"Failed to invite": "Failed to invite",
|
||||
"Failed to invite users to the room:": "Failed to invite users to the room:",
|
||||
"Failed to invite the following users to the %(roomName)s room:": "Failed to invite the following users to the %(roomName)s room:",
|
||||
"Waiting for %(userId)s to accept...": "Waiting for %(userId)s to accept...",
|
||||
"Waiting for %(userId)s to confirm...": "Waiting for %(userId)s to confirm...",
|
||||
"You need to be logged in.": "You need to be logged in.",
|
||||
"You need to be able to invite users to do that.": "You need to be able to invite users to do that.",
|
||||
"Unable to create widget.": "Unable to create widget.",
|
||||
|
@ -1048,6 +1046,8 @@
|
|||
"Unable to load backup status": "Unable to load backup status",
|
||||
"Unable to restore backup": "Unable to restore backup",
|
||||
"No backup found!": "No backup found!",
|
||||
"Error Restoring Backup": "Error Restoring Backup",
|
||||
"Failed to decrypt any sessions: check that the recovery key used is the correct one for this backup.": "Failed to decrypt any sessions: check that the recovery key used is the correct one for this backup.",
|
||||
"Backup Restored": "Backup Restored",
|
||||
"Failed to decrypt %(failedCount)s sessions!": "Failed to decrypt %(failedCount)s sessions!",
|
||||
"Restored %(sessionCount)s session keys": "Restored %(sessionCount)s session keys",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue