From c237e3081f15522ba12b40d3b662f7f6f2c9dc7f Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 11 May 2021 16:44:20 -0500 Subject: 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 Change-Id: I1d78a49d5b4fa6f712ca5c5ff6f66b9ce665f0e2 --- src/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3