From 3fc43cc39d5d7c35316bda404aa22c6170459f83 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:25:25 +0700 Subject: [PATCH] Update postcode_by_state.ts Co-authored-by: ST-DDT --- src/locales/en_CA/location/postcode_by_state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en_CA/location/postcode_by_state.ts b/src/locales/en_CA/location/postcode_by_state.ts index 656a49a4020..1e7ad6380e2 100644 --- a/src/locales/en_CA/location/postcode_by_state.ts +++ b/src/locales/en_CA/location/postcode_by_state.ts @@ -15,7 +15,7 @@ export default { NU: `{{helpers.fromRegExp(X${suffix})}}`, // Nunavut ON: `{{helpers.fromRegExp([KLMNP]${suffix})}}`, // Ontario PE: `{{helpers.fromRegExp(C${suffix})}}`, // Prince Edward Island - QC: `{{helpers.fromRegExp([HJG]${suffix})}}`, // Quebec + QC: `{{helpers.fromRegExp([GHJ]${suffix})}}`, // Quebec SK: `{{helpers.fromRegExp(S${suffix})}}`, // Saskatchewan YT: `{{helpers.fromRegExp(Y${suffix})}}`, // Yukon };