From dd246c44469f16e567043042331f6c1362098753 Mon Sep 17 00:00:00 2001 From: Kyle Morel Date: Tue, 10 Dec 2024 09:41:19 -0800 Subject: [PATCH] Alphabetize en-CA locale --- frontend/src/locales/en-CA.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/locales/en-CA.json b/frontend/src/locales/en-CA.json index f2500dd4..6091e65d 100644 --- a/frontend/src/locales/en-CA.json +++ b/frontend/src/locales/en-CA.json @@ -2,14 +2,6 @@ "collectionDisclaimer": { "disclaimer": "This information is being collected under the legal authority of section 26 (c)(e) and 27 (1)(a)(i) of the Freedom of Information and Protection of Privacy Act (the Act) and is being used for the purpose of creating a client relationship between you or your organization and Government of British Columbia. It may also be shared when strictly necessary with partner agencies that are also subject to the provisions of the Act. Personal information may be used by the Permitting Solutions Branch for survey purposes. If you have any questions regarding the use of this personal information, please contact Housing Authorizations at" }, - "groupName": { - "developer": "DEVELOPER", - "proponent": "PROPONENT", - "navigator": "NAVIGATOR", - "navigatorReadOnly": "NAVIGATOR_READ_ONLY", - "supervisor": "SUPERVISOR", - "admin": "ADMIN" - }, "footer": { "about": "About gov.bc.ca", "accessibility": "Accessibility", @@ -26,6 +18,14 @@ "moreInfo": "MORE INFO", "privacy": "Privacy" }, + "groupName": { + "developer": "DEVELOPER", + "proponent": "PROPONENT", + "navigator": "NAVIGATOR", + "navigatorReadOnly": "NAVIGATOR_READ_ONLY", + "supervisor": "SUPERVISOR", + "admin": "ADMIN" + }, "header": { "name": "Permit Connect Services" },