diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-08-08 00:38:10 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-08-08 00:57:25 +0300 |
commit | 7e585855edfe89fb16ff0569a6bf0b042ba0b888 (patch) | |
tree | c3a69d8a792c28b4d9ae9ac5fa815ebd708c0dd3 /applications/luci-app-acme/htdocs | |
parent | 90d852c3e282691aa39a249a9cdf7535012fd089 (diff) |
luci-app-acme: Rename caption "Key size" to "Key type"
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-acme/htdocs')
-rw-r--r-- | applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js index 2ddc1a6450..62002371ed 100644 --- a/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js +++ b/applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js @@ -473,7 +473,7 @@ return view.extend({ o.rmempty = false; o.modalonly = true; - o = s.taboption('advanced', form.ListValue, 'key_type', _('Key size'), + o = s.taboption('advanced', form.ListValue, 'key_type', _('Key type'), _('Key size (and type) for the generated certificate.') ); o.value('rsa2048', _('RSA 2048 bits')); |