diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index da0cbc862..c9f8081c9 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -17970,7 +17970,7 @@ deductible - no + stands false @@ -18011,27 +18011,6 @@ - - yes - false - - - - - - en-US - false - - - es-MX - false - - - fr-CA - false - - - diff --git a/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx b/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx index a6aa98d07..ef4f1bebd 100644 --- a/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx +++ b/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx @@ -196,7 +196,14 @@ export function JobsCreateJobsInfo({ bodyshop, form, selected }) { - + - {t("jobs.labels.deductible.yes")} - - - {t("jobs.labels.deductible.no")} + {t("jobs.labels.deductible.stands")} diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 2043723bb..d2a3adf78 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1097,9 +1097,8 @@ }, "creating_new_job": "Creating new job...", "deductible": { - "no": "No", - "waived": "Waived", - "yes": "Yes" + "stands": "Stands", + "waived": "Waived" }, "deleteconfirm": "Are you sure you want to delete this job? This cannot be undone. ", "difference": "Difference", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 03dbc6b87..cac65bf94 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1097,9 +1097,8 @@ }, "creating_new_job": "Creando nuevo trabajo ...", "deductible": { - "no": "", - "waived": "", - "yes": "" + "stands": "", + "waived": "" }, "deleteconfirm": "", "difference": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 0ad65c47e..8b5777d51 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1097,9 +1097,8 @@ }, "creating_new_job": "Création d'un nouvel emploi ...", "deductible": { - "no": "", - "waived": "", - "yes": "" + "stands": "", + "waived": "" }, "deleteconfirm": "", "difference": "",