You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/Lifecycle.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,9 @@ function _handleRestoreFailure(e) {
232
232
letmsg=e.message;
233
233
if(msg=="OLM.BAD_LEGACY_ACCOUNT_PICKLE"){
234
234
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.',
0 commit comments