1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00
This commit is contained in:
David Baker
2018-04-30 14:34:14 +01:00
parent c3420c37fd
commit e28a927da9

View File

@ -95,12 +95,12 @@ export default React.createClass({
<p>{ _t(
"If you have previously used a more recent version of Riot, your session " +
"may be incompatible with this version. Close this window and return " +
"to the more recent version."
"to the more recent version.",
) }</p>
<p>{ _t(
"Clearing your browser's storage may fix the problem, but will sign you " +
"out and cause any encrypted chat history to become unreadable."
"out and cause any encrypted chat history to become unreadable.",
) }</p>
</div>
{ dialogButtons }