mirror of https://github.com/vector-im/riot-web
Lint
parent
6c4b572c7e
commit
6c8bfe3293
|
@ -155,13 +155,17 @@ export default class CompleteSecurity extends React.Component {
|
||||||
body = (
|
body = (
|
||||||
<div>
|
<div>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
"Open an existing session & use it to verify this one, granting it access to encrypted messages.",
|
"Open an existing session & use it to verify this one, " +
|
||||||
|
"granting it access to encrypted messages.",
|
||||||
)}</p>
|
)}</p>
|
||||||
<p className="mx_CompleteSecurity_waiting"><InlineSpinner />{_t("Waiting…")}</p>
|
<p className="mx_CompleteSecurity_waiting"><InlineSpinner />{_t("Waiting…")}</p>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
"If you can’t access one, <button>use your recovery key or passphrase.</button>",
|
"If you can’t access one, <button>use your recovery key or passphrase.</button>",
|
||||||
{}, {
|
{}, {
|
||||||
button: sub => <AccessibleButton element="span" className="mx_linkButton" onClick={this._onUsePassphraseClick}>
|
button: sub => <AccessibleButton element="span"
|
||||||
|
className="mx_linkButton"
|
||||||
|
onClick={this._onUsePassphraseClick}
|
||||||
|
>
|
||||||
{sub}
|
{sub}
|
||||||
</AccessibleButton>,
|
</AccessibleButton>,
|
||||||
})}</p>
|
})}</p>
|
||||||
|
|
Loading…
Reference in New Issue