Use key for "offline no cache" error

pull/1/head
David Benqué 4 years ago
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…
Cancel
Save