Translate the 'wrong application' error message

This commit is contained in:
yflory
2017-03-27 11:34:54 +02:00
parent e64618e8f6
commit d92a875ce5
3 changed files with 3 additions and 1 deletions

View File

@@ -691,7 +691,7 @@ define([
if (stringify(hjson2) !== stringify(hjson)) {
console.log('err');
console.error("shjson2 !== shjson");
Cryptpad.errorLoadingScreen("Unable to display the content of that realtime session in your browser. Please try to reload that page."); // TODO translate
Cryptpad.errorLoadingScreen(Messages.wrongApp);
throw new Error();
}
}