mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-base: restore some lost translations and update german
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user