fix punctuation on e2e warning
This commit is contained in:
parent
e684cd5d28
commit
730258bd3c
7 changed files with 8 additions and 9 deletions
|
@ -231,10 +231,8 @@ function _handleRestoreFailure(e) {
|
|||
let msg = e.message;
|
||||
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
|
||||
msg = _t(
|
||||
'You need to log back in to generate end-to-end ' +
|
||||
'encryption keys for this device and submit the public key to your homeserver. ' +
|
||||
'This is a once off; sorry for the inconvenience'
|
||||
) + '.';
|
||||
'You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.'
|
||||
);
|
||||
|
||||
_clearLocalStorage();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue