make a note to update a translation key

This commit is contained in:
ansuz 2021-08-02 17:38:13 +05:30
parent b1281fb4ab
commit 7ed41aa8e6
1 changed files with 1 additions and 1 deletions

View File

@ -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('');
});
});