From dbd17ea953039efae33da8cf40babaea1d1c5f8e Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 2 Sep 2016 17:37:16 +0100 Subject: [PATCH] improve e2e warning a bit --- src/Lifecycle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Lifecycle.js b/src/Lifecycle.js index 442a5beec3..9f9b4b5389 100644 --- a/src/Lifecycle.js +++ b/src/Lifecycle.js @@ -212,9 +212,9 @@ function _restoreFromLocalStorage() { var msg = e.message; if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") { - msg = "You need to log back in to generate and submit " - + "end-to-end encryption keys. This is a once off; sorry " - + "for the inconvenience."; + msg = "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."; } // don't leak things into the new session