From 1e58a267266ddd301730d8a8db9bfefe96cc406c Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Wed, 10 Feb 2021 14:45:37 -0800
Subject: [PATCH] Label updates IO-573
---
bodyshop_translations.babel | 21 ++++++++++++++++
client/src/App/App.styles.scss | 30 +++++++++++------------
client/src/translations/en_us/common.json | 3 ++-
client/src/translations/es/common.json | 1 +
client/src/translations/fr/common.json | 1 +
5 files changed, 40 insertions(+), 16 deletions(-)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index e43b973ce..eac67af8e 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -24255,6 +24255,27 @@
+
+ reportcentermodal
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
speedprint
false
diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss
index ae83aa89f..518aa7c52 100644
--- a/client/src/App/App.styles.scss
+++ b/client/src/App/App.styles.scss
@@ -49,23 +49,23 @@
}
}
-::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- border-radius: 0.2rem;
- background-color: #f5f5f5;
-}
+// ::-webkit-scrollbar-track {
+// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
+// border-radius: 0.2rem;
+// background-color: #f5f5f5;
+// }
-::-webkit-scrollbar {
- width: 0.25rem;
- max-height: 0.25rem;
- background-color: #f5f5f5;
-}
+// ::-webkit-scrollbar {
+// width: 0.25rem;
+// max-height: 0.25rem;
+// background-color: #f5f5f5;
+// }
-::-webkit-scrollbar-thumb {
- border-radius: 0.2rem;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- background-color: #188fff;
-}
+// ::-webkit-scrollbar-thumb {
+// border-radius: 0.2rem;
+// -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
+// background-color: #188fff;
+// }
.ant-table-cell {
// background-color: red;
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 3938c4bf5..09abfa700 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1361,7 +1361,7 @@
},
"parts_orders": {
"actions": {
- "backordered": "Backordered",
+ "backordered": "Mark Backordered",
"receive": "Receive",
"receivebill": "Receive Bill"
},
@@ -1473,6 +1473,7 @@
"labels": {
"misc": "Miscellaneous Documents",
"repairorder": "Repair Order Related",
+ "reportcentermodal": "Report Center",
"speedprint": "Speed Print",
"title": "Print Center"
}
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index a05d001f8..97f0cd6dd 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1473,6 +1473,7 @@
"labels": {
"misc": "",
"repairorder": "",
+ "reportcentermodal": "",
"speedprint": "",
"title": ""
}
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index a2dc16c9b..c51385e2c 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1473,6 +1473,7 @@
"labels": {
"misc": "",
"repairorder": "",
+ "reportcentermodal": "",
"speedprint": "",
"title": ""
}