mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-app-bcp38: fix i18n compile warn
Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -9,9 +9,8 @@ return view.extend({
|
||||
|
||||
m = new form.Map('bcp38', _('BCP38'),
|
||||
_('This function blocks packets with private address destinations ' +
|
||||
'from going out onto the internet as per ' +
|
||||
'<a href="http://tools.ietf.org/html/bcp38">BCP 38</a>. ' +
|
||||
'For IPv6, only source specific default routes are installed, so ' +
|
||||
'from going out onto the internet as per %s'.format('<a href="http://tools.ietf.org/html/bcp38">BCP 38</a>') + '<br/>' +
|
||||
_('For IPv6, only source specific default routes are installed, so ' +
|
||||
'no BCP38 firewall routes are needed.'));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user