From: Paul Donald Date: Tue, 3 Feb 2026 07:11:20 +0000 (+0100) Subject: luci-app-adblock: fix i18n compile warn X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2dcfdaa7cea74dc88fe43331e6a0adb523cf4d18;p=openwrt-luci.git 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 --- 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