diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 4d1503626..1ebe98359 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -35182,6 +35182,27 @@
+
+ filing_coversheet_landscape
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
filing_coversheet_portrait
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 2c5875e15..b8814400d 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -2092,6 +2092,7 @@
"estimate_detail": "Estimate Details",
"estimate_followup": "Estimate Followup",
"express_repair_checklist": "Express Repair Checklist",
+ "filing_coversheet_landscape": "Filing Coversheet (Landscape)",
"filing_coversheet_portrait": "Filing Coversheet (Portrait)",
"final_invoice": "Final Invoice",
"fippa_authorization": "FIPPA Authorization",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 4aece6cfc..c1868e3fc 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -2092,6 +2092,7 @@
"estimate_detail": "",
"estimate_followup": "",
"express_repair_checklist": "",
+ "filing_coversheet_landscape": "",
"filing_coversheet_portrait": "",
"final_invoice": "",
"fippa_authorization": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index a50966800..2894fb273 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -2092,6 +2092,7 @@
"estimate_detail": "",
"estimate_followup": "",
"express_repair_checklist": "",
+ "filing_coversheet_landscape": "",
"filing_coversheet_portrait": "",
"final_invoice": "",
"fippa_authorization": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index b44ab3b21..fcc6af566 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -314,6 +314,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "post",
},
+ filing_coversheet_landscape: {
+ title: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
+ description: "CASL Authorization",
+ subject: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
+ key: "filing_coversheet_landscape",
+ disabled: false,
+ group: "post",
+ },
qc_sheet: {
title: i18n.t("printcenter.jobs.qc_sheet"),
description: "All Jobs Notes",
@@ -476,7 +484,7 @@ export const TemplateList = (type, context) => {
: {}),
...(!type || type === "job_special"
? {
- special_thirdpartypayer: {
+ special_thirdpartypayer: {
title: i18n.t("printcenter.jobs.thirdpartypayer"),
description: "CSI invite",
key: "special_thirdpartypayer",