From 2dcfdaa7cea74dc88fe43331e6a0adb523cf4d18 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 3 Feb 2026 08:11:20 +0100 Subject: [PATCH] luci-app-adblock: fix i18n compile warn Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/adblock/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index badee722be..8283b1fc97 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -51,7 +51,7 @@ return view.extend({ let m, s, o; m = new form.Map('adblock', 'Adblock', _('Configuration of the adblock package to block ad/abuse domains by using DNS. \ - For further information check the online documentation')); + For further information %s'.format(`${_('check the online documentation')}`))); /* set text content helper function