diff --git a/services/common/src/constants/strings.tsx b/services/common/src/constants/strings.tsx index 503c32752f..355dd28e48 100755 --- a/services/common/src/constants/strings.tsx +++ b/services/common/src/constants/strings.tsx @@ -353,8 +353,8 @@ export const PARTY_APPOINTMENT_STATUS = { }; export const ESUP_DOCUMENT_GENERATED_TYPES = { - LET: "Explosives Storage and Use Permit", - PER: "Permit Enclosed Letter", + PER: "Explosives Storage and Use Permit", + LET: "Permit Enclosed Letter", }; export const BC_TIMEZONE_NAMES = ["Canada/Pacific", "Canada/Mountain", "Canada/Yukon"];