From 7ed41aa8e673fe26e5d29d71ee5a2a73398d7c06 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 2 Aug 2021 17:38:13 +0530 Subject: [PATCH] make a note to update a translation key --- 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 5d3738cbb..6a7e3effd 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -921,7 +921,7 @@ define([ }); ctx.sframeChan.on('EV_WORKER_TIMEOUT', function () { - UI.errorLoadingScreen(Messages.timeoutError, false, function () { + UI.errorLoadingScreen(Messages.timeoutError, false, function () { // XXX mobile users can't necessarily hit 'ESC' as this message suggests. provice a click option funcs.gotoURL(''); }); });