From 2ddaad3e2b774a5fe53e94bcbad0913d6d854e96 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Tue, 2 Feb 2021 21:11:15 -0800
Subject: [PATCH] Removed ded_status values IO-555
---
bodyshop_translations.babel | 23 +------------------
.../jobs-create-jobs-info.component.jsx | 9 +++++++-
.../jobs-detail-general.component.jsx | 5 +---
client/src/translations/en_us/common.json | 5 ++--
client/src/translations/es/common.json | 5 ++--
client/src/translations/fr/common.json | 5 ++--
6 files changed, 16 insertions(+), 36 deletions(-)
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": "",