mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Missed translation
This commit is contained in:
parent
08e2ba8c6c
commit
1c06d781ae
2 changed files with 6 additions and 5 deletions
|
@ -247,11 +247,11 @@ export default React.createClass({
|
|||
}
|
||||
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
||||
return <div>
|
||||
<p>
|
||||
Type in your Recovery Passphrase to confirm you remember it.
|
||||
If it helps, add it to your password manager or store it
|
||||
somewhere safe.
|
||||
</p>
|
||||
<p>{_t(
|
||||
"Type in your Recovery Passphrase to confirm you remember it. " +
|
||||
"If it helps, add it to your password manager or store it " +
|
||||
"somewhere safe.",
|
||||
)}</p>
|
||||
<div className="mx_CreateKeyBackupDialog_primaryContainer">
|
||||
{passPhraseMatch}
|
||||
<div>
|
||||
|
|
|
@ -981,6 +981,7 @@
|
|||
"That matches!": "That matches!",
|
||||
"That doesn't match.": "That doesn't match.",
|
||||
"Go back to set it again.": "Go back to set it again.",
|
||||
"Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.": "Type in your Recovery Passphrase to confirm you remember it. If it helps, add it to your password manager or store it somewhere safe.",
|
||||
"Repeat your passphrase...": "Repeat your passphrase...",
|
||||
"Make a copy of this Recovery Key and keep it safe.": "Make a copy of this Recovery Key and keep it safe.",
|
||||
"As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.": "As a safety net, you can use it to restore your encrypted message history if you forget your Recovery Passphrase.",
|
||||
|
|
Loading…
Reference in a new issue