From: Paul Donald Date: Tue, 3 Feb 2026 07:15:58 +0000 (+0100) Subject: luci-app-nextdns: fix i18n compile warn X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cd671929ca7a7ddb29ae220beec6850a64c4a679;p=openwrt-luci.git luci-app-nextdns: 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-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js index a1d6c5677d..fad9653a31 100644 --- a/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js +++ b/applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js @@ -10,7 +10,7 @@ return view.extend({ _('NextDNS Configuration.') + '
' + _('For further information, go to \ - nextdns.io.')); + %s.'.format('nextdns.io'))); s = m.section(form.TypedSection, 'nextdns', _('General')); s.anonymous = true;