Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ function renderNodeSettings(section, data, features, main_node, routing_mode) {
o.rmempty = false;
o.modalonly = true;

o = s.option(form.Value, 'wireguard_peer_public_key', _('Peer pubkic key'),
o = s.option(form.Value, 'wireguard_peer_public_key', _('Peer public key'),
_('WireGuard peer public key.'));
o.depends('type', 'wireguard');
o.validate = L.bind(hp.validateBase64Key, this, 44);
Expand Down
2 changes: 1 addition & 1 deletion po/templates/homeproxy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ msgid "Path"
msgstr ""

#: htdocs/luci-static/resources/view/homeproxy/node.js:911
msgid "Peer pubkic key"
msgid "Peer public key"
msgstr ""

#: htdocs/luci-static/resources/view/homeproxy/client.js:329
Expand Down
2 changes: 1 addition & 1 deletion po/zh_Hans/homeproxy.po
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ msgid "Path"
msgstr "路径"

#: htdocs/luci-static/resources/view/homeproxy/node.js:911
msgid "Peer pubkic key"
msgid "Peer public key"
msgstr "对端公钥"

#: htdocs/luci-static/resources/view/homeproxy/client.js:329
Expand Down