luci-app-nextdns: fix i18n compile warn
authorPaul Donald <redacted>
Tue, 3 Feb 2026 07:15:58 +0000 (08:15 +0100)
committerPaul Donald <redacted>
Tue, 3 Feb 2026 07:49:05 +0000 (08:49 +0100)
Message contains an embedded URL.
Better move it out of the translatable string

Signed-off-by: Paul Donald <redacted>
applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js

index a1d6c5677d6c31518b6c5ef994d11ec7c266fb11..fad9653a315409f549c8de0afee4cbc10e037d84 100644 (file)
@@ -10,7 +10,7 @@ return view.extend({
                        _('NextDNS Configuration.')
                        + '<br />'
                        + _('For further information, go to \
-                               <a href="https://nextdns.io" target="_blank">nextdns.io</a>.'));
+                               %s.'.format('<a href="https://nextdns.io" target="_blank">nextdns.io</a>')));
 
                s = m.section(form.TypedSection, 'nextdns', _('General'));
                s.anonymous = true;
git clone https://git.99rst.org/PROJECT