luci-app-uhttpd: i18n context for x509 regional info

Closes #8651

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-22 13:39:37 +03:00
parent 900adb48cb
commit 95cab468e5
@@ -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'));