luci-mod-network: fix brackets in interfaces.js
authorAndy Chiang <[email protected]>
Fri, 10 Oct 2025 08:21:42 +0000 (15:21 +0700)
committerAndy Chiang <[email protected]>
Fri, 10 Oct 2025 08:21:42 +0000 (15:21 +0700)
fix brackets in interfaces.js for translate

Signed-off-by: Andy Chiang <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index 696d324da6f427e7de7435a85bd934ceec707859..3246d5206acbba0961fc2c8adbd5f108490afe19 100644 (file)
@@ -846,7 +846,7 @@ return view.extend({
                                        };
 
                                        so = ss.taboption('ipv6-ra', form.Value, 'ra_pref64', _('NAT64 prefix'), _('Announce NAT64 prefix in <abbr title="Router Advertisement">RA</abbr> messages.') +  ' ' + 
-                                               _('See %s and %s.'.format('<a href="%s" target="_blank">RFC6146</a>', '<a href="%s" target="_blank">RFC8781</a>').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781')));
+                                               _('See %s and %s.').format('<a href="%s" target="_blank">RFC6146</a>', '<a href="%s" target="_blank">RFC8781</a>').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781'));
                                        so.optional = true;
                                        so.datatype = 'cidr6';
                                        so.placeholder = '64:ff9b::/96';