You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Make error string less technical
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user