mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
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:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user