From b30201157b42572f9abbbe18323e4bb2fe7eb6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 8 Jan 2021 13:15:21 +0000 Subject: [PATCH] Use key for "offline no cache" error --- www/common/sframe-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index f88f98beb..7fa303422 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -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 () {