Resolve labeling issues on shop config. IO-621
This commit is contained in:
@@ -2390,6 +2390,27 @@
|
||||
<folder_node>
|
||||
<name>actions</name>
|
||||
<children>
|
||||
<concept_node>
|
||||
<name>addapptcolor</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
<description></description>
|
||||
<comment></comment>
|
||||
<default_text></default_text>
|
||||
<translations>
|
||||
<translation>
|
||||
<language>en-US</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>es-MX</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>fr-CA</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>addbucket</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
@@ -5927,6 +5948,27 @@
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>apptcolors</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
<description></description>
|
||||
<comment></comment>
|
||||
<default_text></default_text>
|
||||
<translations>
|
||||
<translation>
|
||||
<language>en-US</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>es-MX</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
<translation>
|
||||
<language>fr-CA</language>
|
||||
<approved>false</approved>
|
||||
</translation>
|
||||
</translations>
|
||||
</concept_node>
|
||||
<concept_node>
|
||||
<name>csiq</name>
|
||||
<definition_loaded>false</definition_loaded>
|
||||
|
||||
@@ -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