From cd671929ca7a7ddb29ae220beec6850a64c4a679 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 3 Feb 2026 08:15:58 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/resources/view/nextdns/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;