Update french translation

This commit is contained in:
yflory
2019-02-12 11:19:59 +01:00
parent 4774eff6ae
commit d0f70d413a
2 changed files with 5 additions and 1 deletions

View File

@@ -563,7 +563,7 @@ define([
msg = Messages.deletedError + '<br>' + Messages.errorRedirectToHome;
}
if (err === "INVALID_HASH") {
msg = Messages.invalidHashError; // XXX
msg = Messages.invalidHashError;
}
UI.errorLoadingScreen(msg, false, function () {
funcs.gotoURL('/drive/');