From: David Han Date: Mon, 8 Jun 2026 02:24:48 +0000 (+0900) Subject: luci-proto-openvpn: i18n fix typo in TLS cert profile label X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=47eb454587aeb812206eb73d8c8ecf0d0cc503bd;p=openwrt-luci.git luci-proto-openvpn: i18n fix typo in TLS cert profile label Fix a typo in the cryptography tab where 'TLS cert profile' was accidentally written as 'TLS cet profile'. Signed-off-by: David Han --- diff --git a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js index 4ac39239b4..cd7f0a1f1a 100644 --- a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js +++ b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js @@ -1272,7 +1272,7 @@ const openvpnOptions = [ tab: 'cryptography', type: form.Value, name: 'tls_cert_profile', - label: _('TLS cet profile'), + label: _('TLS cert profile'), lvalues: [ 'insecure', 'legacy',