mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Use key for "offline no cache" error
This commit is contained in:
parent
82624c10a5
commit
b30201157b
@ -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 () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user