Make error string less redundant

This commit is contained in:
David Baker 2019-01-21 18:02:09 +00:00
parent 1a9c3f1ac7
commit e42b0a9972
2 changed files with 3 additions and 2 deletions

View file

@ -189,7 +189,8 @@ export default React.createClass({
let failedToDecrypt;
content = <div>
<p>{_t(
"Backup restore failed: please verify that you entered the correct recovery key.",
"Backup could not be decrypted with this key: " +
"please verify that you entered the correct recovery key.",
)}</p>
</div>;
} else if (this.state.recoverInfo) {