Resolve labeling issues on shop config. IO-621

This commit is contained in:
Patrick Fic
2021-02-04 16:03:58 -08:00
parent e1aaa24aa5
commit e90dc8a9ec
5 changed files with 50 additions and 2 deletions

View File

@@ -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>