Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4bc252a

Browse files
committed
delint src/Lifecycle
1 parent 2d73f09 commit 4bc252a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Lifecycle.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ function _handleRestoreFailure(e) {
232232
let msg = e.message;
233233
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
234234
msg = _t(
235-
'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.'
235+
'You need to log back in to generate end-to-end encryption keys'
236+
+ ' for this device and submit the public key to your homeserver.'
237+
+ ' This is a once off; sorry for the inconvenience.',
236238
);
237239

238240
_clearLocalStorage();

0 commit comments

Comments
 (0)