fix punctuation on e2e warning

This commit is contained in:
Matthew Hodgson 2017-05-27 17:30:32 +01:00
parent e684cd5d28
commit 730258bd3c
7 changed files with 8 additions and 9 deletions

View file

@ -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();