You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Make error string less redundant
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user