summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2021-05-12 00:44:20 +0300
committerDerick Montague <derick.montague@ibm.com>2021-05-13 21:32:26 +0300
commitc237e3081f15522ba12b40d3b662f7f6f2c9dc7f (patch)
treea35eb1adc2db130b5369d41bcaf9d5fcca11de0d /src/locales
parentf7cd5e03759a6ba259ecb7b2d2e4d5629ee884cd (diff)
downloadwebui-vue-c237e3081f15522ba12b40d3b662f7f6f2c9dc7f.tar.xz
Update label for country to country / region
The label on the generate certificates form for country is not correct as it contains both contries and regions. Hong Kong, Macao, and Taiwan are regions within China. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I1d78a49d5b4fa6f712ca5c5ff6f66b9ce665f0e2
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 5c912f8c..2bb34a23 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -761,7 +761,7 @@
"companyName": "Company name",
"companyUnit": "Company unit",
"contactPerson": "Contact person",
- "country": "Country",
+ "country": "Country/Region",
"deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.",
"duplicateAlternateName": "Duplicate alternate name",
"emailAddress": "Email address",