You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
lint
This commit is contained in:
@ -1153,7 +1153,7 @@ module.exports = React.createClass({
|
|||||||
"End-to-end encryption will not work if you go back to an older "+
|
"End-to-end encryption will not work if you go back to an older "+
|
||||||
"version of Riot. If you need to use end-to-end cryptography on "+
|
"version of Riot. If you need to use end-to-end cryptography on "+
|
||||||
"an older version, log out of Riot first. To retain message history "+
|
"an older version, log out of Riot first. To retain message history "+
|
||||||
"export and re-import your keys."
|
"export and re-import your keys.",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
@ -1165,7 +1165,7 @@ module.exports = React.createClass({
|
|||||||
"This will have caused end-to-end cryptography to malfunction "+
|
"This will have caused end-to-end cryptography to malfunction "+
|
||||||
"in the older version. End-to-end encrypted messages exchanged "+
|
"in the older version. End-to-end encrypted messages exchanged "+
|
||||||
"recently whilst using the older version may not be decryptable "+
|
"recently whilst using the older version may not be decryptable "+
|
||||||
"in this version."
|
"in this version.",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user