From e90dc8a9ec2e6a468e6319ef04b2007e5b38cfbe Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 4 Feb 2021 16:03:58 -0800 Subject: [PATCH] Resolve labeling issues on shop config. IO-621 --- bodyshop_translations.babel | 42 +++++++++++++++++++ .../shop-info.scheduling.component.jsx | 4 +- client/src/translations/en_us/common.json | 2 + client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + 5 files changed, 50 insertions(+), 2 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 0ea39ed55..87757eb30 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -2390,6 +2390,27 @@ actions + + addapptcolor + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + addbucket false @@ -5927,6 +5948,27 @@ + + apptcolors + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + csiq false diff --git a/client/src/components/shop-info/shop-info.scheduling.component.jsx b/client/src/components/shop-info/shop-info.scheduling.component.jsx index 4dd8c5fb3..6caf2d0f2 100644 --- a/client/src/components/shop-info/shop-info.scheduling.component.jsx +++ b/client/src/components/shop-info/shop-info.scheduling.component.jsx @@ -44,7 +44,7 @@ export default function ShopInfoSchedulingComponent({ form }) { > - {t("bodyshop.labels.orderstatuses")} + {t("bodyshop.labels.apptcolors")} @@ -107,7 +107,7 @@ export default function ShopInfoSchedulingComponent({ form }) { }} style={{ width: "100%" }} > - {t("bodyshop.actions.addpartslocation")} + {t("bodyshop.actions.addapptcolor")} diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 80ad95a2d..79eb815e7 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -164,6 +164,7 @@ }, "bodyshop": { "actions": { + "addapptcolor": "Add Appointment Color", "addbucket": "Add Bucket", "addpartslocation": "Add Parts Location", "addspeedprint": "Add Speed Print", @@ -380,6 +381,7 @@ "accountingtiers": "Number of Tiers to Use for Export", "alljobstatuses": "All Job Statuses", "allopenjobstatuses": "All Open Job Statuses", + "apptcolors": "Appointment Colors", "csiq": "CSI Questions", "customtemplates": "Custom Templates", "employees": "Employees", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index d833d1411..e32b72e04 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -164,6 +164,7 @@ }, "bodyshop": { "actions": { + "addapptcolor": "", "addbucket": "", "addpartslocation": "", "addspeedprint": "", @@ -380,6 +381,7 @@ "accountingtiers": "", "alljobstatuses": "", "allopenjobstatuses": "", + "apptcolors": "", "csiq": "", "customtemplates": "", "employees": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index ad9072b02..7b8e136a0 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -164,6 +164,7 @@ }, "bodyshop": { "actions": { + "addapptcolor": "", "addbucket": "", "addpartslocation": "", "addspeedprint": "", @@ -380,6 +381,7 @@ "accountingtiers": "", "alljobstatuses": "", "allopenjobstatuses": "", + "apptcolors": "", "csiq": "", "customtemplates": "", "employees": "",