Use key for "offline no cache" error

This commit is contained in:
David Benqué 2021-01-08 13:15:21 +00:00
parent 82624c10a5
commit b30201157b

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 () {