You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
improve e2e warning a bit
This commit is contained in:
@@ -212,9 +212,9 @@ function _restoreFromLocalStorage() {
|
|||||||
|
|
||||||
var msg = e.message;
|
var msg = e.message;
|
||||||
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
|
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
|
||||||
msg = "You need to log back in to generate and submit "
|
msg = "You need to log back in to generate end-to-end encryption keys "
|
||||||
+ "end-to-end encryption keys. This is a once off; sorry "
|
+ "for this device and submit the public key to your homeserver. "
|
||||||
+ "for the inconvenience.";
|
+ "This is a once off; sorry for the inconvenience.";
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't leak things into the new session
|
// don't leak things into the new session
|
||||||
|
|||||||
Reference in New Issue
Block a user