Resolve labeling issues on shop config. IO-621
This commit is contained in:
@@ -44,7 +44,7 @@ export default function ShopInfoSchedulingComponent({ form }) {
|
||||
>
|
||||
<TimePicker showSecond={false} />
|
||||
</Form.Item>
|
||||
<strong>{t("bodyshop.labels.orderstatuses")}</strong>
|
||||
<strong>{t("bodyshop.labels.apptcolors")}</strong>
|
||||
<Row>
|
||||
<Col span={24}>
|
||||
<Form.List name={["appt_colors"]}>
|
||||
@@ -107,7 +107,7 @@ export default function ShopInfoSchedulingComponent({ form }) {
|
||||
}}
|
||||
style={{ width: "100%" }}
|
||||
>
|
||||
{t("bodyshop.actions.addpartslocation")}
|
||||
{t("bodyshop.actions.addapptcolor")}
|
||||
</Button>
|
||||
</Form.Item>
|
||||
</div>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -164,6 +164,7 @@
|
||||
},
|
||||
"bodyshop": {
|
||||
"actions": {
|
||||
"addapptcolor": "",
|
||||
"addbucket": "",
|
||||
"addpartslocation": "",
|
||||
"addspeedprint": "",
|
||||
@@ -380,6 +381,7 @@
|
||||
"accountingtiers": "",
|
||||
"alljobstatuses": "",
|
||||
"allopenjobstatuses": "",
|
||||
"apptcolors": "",
|
||||
"csiq": "",
|
||||
"customtemplates": "",
|
||||
"employees": "",
|
||||
|
||||
@@ -164,6 +164,7 @@
|
||||
},
|
||||
"bodyshop": {
|
||||
"actions": {
|
||||
"addapptcolor": "",
|
||||
"addbucket": "",
|
||||
"addpartslocation": "",
|
||||
"addspeedprint": "",
|
||||
@@ -380,6 +381,7 @@
|
||||
"accountingtiers": "",
|
||||
"alljobstatuses": "",
|
||||
"allopenjobstatuses": "",
|
||||
"apptcolors": "",
|
||||
"csiq": "",
|
||||
"customtemplates": "",
|
||||
"employees": "",
|
||||
|
||||
Reference in New Issue
Block a user