Make error string less technical
This commit is contained in:
parent
0a2b79b62d
commit
1a9c3f1ac7
2 changed files with 2 additions and 3 deletions
|
@ -189,8 +189,7 @@ export default React.createClass({
|
|||
let failedToDecrypt;
|
||||
content = <div>
|
||||
<p>{_t(
|
||||
"Failed to decrypt any sessions: check that the recovery key " +
|
||||
"used is the correct one for this backup."
|
||||
"Backup restore failed: please verify that you entered the correct recovery key.",
|
||||
)}</p>
|
||||
</div>;
|
||||
} else if (this.state.recoverInfo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue