From 1f81286d8a48cc8759e14c44dfcc2102502f5dd1 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 5 Sep 2021 15:54:15 +0100 Subject: [PATCH] Cleanup Former-commit-id: c1de841bf58f87e1a4c69d38269f4024400662b7 [formerly 41e70eff1788fafb5610d2742e168a3d5866f507] [formerly 6c266b80aac582c720bfbc11317515d4b395ff35] [formerly bd95a1de2dca2e07bba87d394d8a25bd23fd4b71 [formerly 76823139639c54f26cb0e9624468db70f63ce174 [formerly dbd12acfe84924dcb986d599a4b122bd9c5091d3]]] Former-commit-id: 4be62cd1611a0629636c40f95d702bf1e5b29a38 [formerly c7bfa1f91000430b0ab6dd1e60d0695e25eab548 [formerly f537e44c8ac8bdb052b4a2356ee1e8295a8caf35]] Former-commit-id: 254057b80bf645e012387b1970a9f2dae7dc037f [formerly 3aa6e54e272dd18e9bc7fe28ec57e60de906d85f] Former-commit-id: 891f1610b799275d6f865bed21a057d25725a7f4 --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index a7aa09d7..306216f3 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1955,7 +1955,7 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'cache', 'images', 'sett return; } else { if (params.localUWPSettings.PWA_launch === 'fail') { - message = 'The PWA MAY have failed to launch on the last attempt ' + + message = 'The PWA MAY have failed to launch on the last attempt\n' + '(we show this information to prevent a boot loop).' + '\n\nPlease try again by selecting "Access server":'; }