diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index bac95454e..16033ffdb 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -14791,6 +14791,27 @@ titles + + joblifecycle + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + labhours false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 2e240846c..7e61fc11e 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -899,6 +899,7 @@ "refhrs": "Refinish Hrs" }, "titles": { + "joblifecycle": "Job Life Cycles", "labhours": "Total Body Hours", "larhours": "Total Refinish Hours", "monthlyemployeeefficiency": "Monthly Employee Efficiency", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 3bdda9711..7c4416b16 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -899,6 +899,7 @@ "refhrs": "" }, "titles": { + "joblifecycle": "", "labhours": "", "larhours": "", "monthlyemployeeefficiency": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 8f180d52a..c219fbd89 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -899,6 +899,7 @@ "refhrs": "" }, "titles": { + "joblifecycle": "", "labhours": "", "larhours": "", "monthlyemployeeefficiency": "",