1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

Better passphase confirm text

This commit is contained in:
David Baker
2019-02-12 20:14:43 +00:00
parent dbd2f3daa2
commit 2eaba22d63
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ export default React.createClass({
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
return <div>
<p>{_t(
"Please type in your passphrase again to check you remember it.",
"Please enter your passphrase a second time to confirm.",
)}</p>
<div className="mx_CreateKeyBackupDialog_primaryContainer">
<div className="mx_CreateKeyBackupDialog_passPhraseContainer">