From 5e7e9b58cf68f88593a473cfea07e288b3a28f65 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Sep 2019 13:19:00 +0200 Subject: luci-base: restore some lost translations and update german Signed-off-by: Jo-Philipp Wich --- protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/luci-proto-ipv6/htdocs/luci-static/resources') diff --git a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js index 536dd5222b..f26ced7b40 100644 --- a/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js +++ b/protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js @@ -78,7 +78,7 @@ return network.registerProtocol('6in4', { return true; }; - o = s.taboption('general', form.Value, 'password', _('HE.net password'), _('This is either the \'Update Key\' configured for the tunnel or the account password if no update key has been configured')); + o = s.taboption('general', form.Value, 'password', _('HE.net password'), _('This is either the "Update Key" configured for the tunnel or the account password if no update key has been configured')); o.password = true; o.depends('_update', '1'); -- cgit v1.2.3