diff options
Diffstat (limited to 'protocols/luci-proto-ipv6/htdocs/luci-static/resources')
-rw-r--r-- | protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js | 2 |
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 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'); |