You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Indentation
This commit is contained in:
@ -92,12 +92,16 @@ export default React.createClass({
|
|||||||
<div className="mx_Dialog_content" id='mx_Dialog_content'>
|
<div className="mx_Dialog_content" id='mx_Dialog_content'>
|
||||||
<p>{ _t("We encountered an error trying to restore your previous session.") }</p>
|
<p>{ _t("We encountered an error trying to restore your previous session.") }</p>
|
||||||
|
|
||||||
<p>{ _t("If you have previously used a more recent version of Riot, your session " +
|
<p>{ _t(
|
||||||
"may be incompatible with this version. Close this window and return " +
|
"If you have previously used a more recent version of Riot, your session " +
|
||||||
"to the more recent version.") }</p>
|
"may be incompatible with this version. Close this window and return " +
|
||||||
|
"to the more recent version."
|
||||||
|
) }</p>
|
||||||
|
|
||||||
<p>{ _t("Clearing your browser's storage may fix the problem, but will sign you " +
|
<p>{ _t(
|
||||||
"out and cause any encrypted chat history to become unreadable.") }</p>
|
"Clearing your browser's storage may fix the problem, but will sign you " +
|
||||||
|
"out and cause any encrypted chat history to become unreadable."
|
||||||
|
) }</p>
|
||||||
</div>
|
</div>
|
||||||
{ dialogButtons }
|
{ dialogButtons }
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
|
Reference in New Issue
Block a user