From 95cab468e53d0837aadd8fa5b3f06d21784b88d4 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 22 May 2026 13:39:37 +0300 Subject: [PATCH] luci-app-uhttpd: i18n context for x509 regional info Closes #8651 Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/uhttpd/uhttpd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));