Lint
parent
e42b0a9972
commit
31889ecfad
|
@ -186,7 +186,6 @@ export default React.createClass({
|
||||||
content = _t("No backup found!");
|
content = _t("No backup found!");
|
||||||
} else if (this.state.recoverInfo && this.state.recoverInfo.imported === 0) {
|
} else if (this.state.recoverInfo && this.state.recoverInfo.imported === 0) {
|
||||||
title = _t("Error Restoring Backup");
|
title = _t("Error Restoring Backup");
|
||||||
let failedToDecrypt;
|
|
||||||
content = <div>
|
content = <div>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
"Backup could not be decrypted with this key: " +
|
"Backup could not be decrypted with this key: " +
|
||||||
|
|
Loading…
Reference in New Issue