From: Paul Donald Date: Fri, 22 May 2026 10:39:37 +0000 (+0300) Subject: luci-app-uhttpd: i18n context for x509 regional info X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=95cab468e53d0837aadd8fa5b3f06d21784b88d4;p=openwrt-luci.git luci-app-uhttpd: i18n context for x509 regional info Closes #8651 Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js b/applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js index 598820edac..c5431064f8 100644 --- a/applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js +++ b/applications/luci-app-uhttpd/htdocs/luci-static/resources/view/uhttpd/uhttpd.js @@ -242,7 +242,7 @@ return view.extend({ o = s.option(form.Value, 'location', _('Location')); o.default = 'Unknown'; - o = s.option(form.Value, 'state', _('State')); + o = s.option(form.Value, 'state', _('State', 'Certificate state, region or province')); o.default = 'Unknown'; o = s.option(form.Value, 'country', _('Country'));