summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-ipv6/htdocs/luci-static/resources
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-09-11 13:19:00 +0200
committerJo-Philipp Wich <jo@mein.io>2019-09-11 14:03:11 +0200
commit5e7e9b58cf68f88593a473cfea07e288b3a28f65 (patch)
tree630c45723602945573ad5d0e483cda7918d01d22 /protocols/luci-proto-ipv6/htdocs/luci-static/resources
parent16bcd1a364bf6846d93b6fb57ac4a4292b616080 (diff)
luci-base: restore some lost translations and update german
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'protocols/luci-proto-ipv6/htdocs/luci-static/resources')
-rw-r--r--protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js2
1 files changed, 1 insertions, 1 deletions
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 536dd5222..f26ced7b4 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');