pull/21833/head
David Baker 2020-03-16 17:58:37 +00:00
parent 6c4b572c7e
commit 6c8bfe3293
1 changed files with 6 additions and 2 deletions

View File

@ -155,13 +155,17 @@ export default class CompleteSecurity extends React.Component {
body = (
<div>
<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 className="mx_CompleteSecurity_waiting"><InlineSpinner />{_t("Waiting…")}</p>
<p>{_t(
"If you cant 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}
</AccessibleButton>,
})}</p>