lint
parent
c3420c37fd
commit
e28a927da9
|
@ -71,7 +71,7 @@ export default React.createClass({
|
||||||
focus={true}
|
focus={true}
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
>
|
>
|
||||||
{clearStorageButton}
|
{ clearStorageButton }
|
||||||
</DialogButtons>;
|
</DialogButtons>;
|
||||||
} else {
|
} else {
|
||||||
dialogButtons = <DialogButtons primaryButton={_t("Refresh")}
|
dialogButtons = <DialogButtons primaryButton={_t("Refresh")}
|
||||||
|
@ -79,7 +79,7 @@ export default React.createClass({
|
||||||
focus={true}
|
focus={true}
|
||||||
hasCancel={false}
|
hasCancel={false}
|
||||||
>
|
>
|
||||||
{clearStorageButton}
|
{ clearStorageButton }
|
||||||
</DialogButtons>;
|
</DialogButtons>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,12 +95,12 @@ export default React.createClass({
|
||||||
<p>{ _t(
|
<p>{ _t(
|
||||||
"If you have previously used a more recent version of Riot, your session " +
|
"If you have previously used a more recent version of Riot, your session " +
|
||||||
"may be incompatible with this version. Close this window and return " +
|
"may be incompatible with this version. Close this window and return " +
|
||||||
"to the more recent version."
|
"to the more recent version.",
|
||||||
) }</p>
|
) }</p>
|
||||||
|
|
||||||
<p>{ _t(
|
<p>{ _t(
|
||||||
"Clearing your browser's storage may fix the problem, but will sign you " +
|
"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>
|
) }</p>
|
||||||
</div>
|
</div>
|
||||||
{ dialogButtons }
|
{ dialogButtons }
|
||||||
|
|
Loading…
Reference in New Issue