luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network
Jo-Philipp Wich b8d3ca6f82 luci-mod-network: fix unbalanced and confusing markup in DHCP translation
The string `<%s>...<%s>` is invalid HTML and will confuse translation software
like poedit as well as human translators. It is not clear that `<%s>...<%s>`
is supposed to interpolate into both a start and end tag and `<%s>` might be
mistaken as a quoted form of `%s` like `«%s»` or `〈%s〉`.

Replace the string with `<a href="%s">...</a>` to make it immediately clear
that the acronym is surrounded by an HTML anchor, only pass the destination
URL via string formatting to avoid mistranslations there.

Fixes: 3bfcf99a68 ("luci-mod-network: fix unbalanced and confusing markup in DHCP translation")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-12-01 16:44:20 +01:00
..
dhcp.js luci-mod-network: fix unbalanced and confusing markup in DHCP translation 2021-12-01 16:44:20 +01:00
diagnostics.js luci-mod-network: diagnostics: remove leftover attribute 2021-10-11 23:52:40 +02:00
interfaces.js luci-mod-network: use firewall.getZoneColorStyle() in interface view 2021-11-11 13:00:50 +01:00
routes.js luci-mod-network: fix src/dest textvalue for rules 2021-09-10 13:54:18 +03:00
switch.js luci-mod-network: do not remove enable_vlan from config 2021-04-21 18:12:43 -04:00
wireless.js luci-mod-network: fix disabling 11w MFP for WPA3 2021-09-27 10:05:13 +02:00