Merge branch 'z-offline2' of github.com:xwiki-labs/cryptpad into z-offline2

pull/1/head
yflory 2021-01-08 14:33:14 +01:00
commit e2969f5ac3
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ define([
});
ctx.sframeChan.on("EV_OFFLINE", function () {
UI.errorLoadingScreen("OFFLINE AND NO CACHE"); // XXX
UI.errorLoadingScreen(Messages.offlineNoCacheError);
});
ctx.sframeChan.on("EV_PAD_PASSWORD_ERROR", function () {