diff options
Diffstat (limited to 'applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js')
-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')); |