luci-proto-openvpn: i18n fix typo in TLS cert profile label
authorDavid Han <redacted>
Mon, 8 Jun 2026 02:24:48 +0000 (11:24 +0900)
committerFlorian Eckert <redacted>
Fri, 12 Jun 2026 06:24:39 +0000 (08:24 +0200)
Fix a typo in the cryptography tab where 'TLS cert profile' was
accidentally written as 'TLS cet profile'.

Signed-off-by: David Han <redacted>
protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js

index 4ac39239b4dae96f5018d1ae0b0f90759130cf63..cd7f0a1f1a202c61a16c5f9c3b147e003caa65ef 100644 (file)
@@ -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',
git clone https://git.99rst.org/PROJECT