IO-233 Updated translations.

This commit is contained in:
Patrick Fic
2021-09-01 13:24:19 -07:00
parent cb76e2dcde
commit 37a16edfb4
7 changed files with 397 additions and 17 deletions

View File

@@ -49,14 +49,14 @@ export function DmsCustomerSelector({ bodyshop }) {
const columns = [
{
title: t("dms.fields.name1"),
title: t("jobs.fields.dms.name1"),
dataIndex: ["name1", "fullName"],
key: "name1",
sorter: (a, b) => alphaSort(a.name1?.fullName, b.name1?.fullName),
},
{
title: t("dms.fields.address"),
title: t("jobs.fields.dms.address"),
//dataIndex: ["name2", "fullName"],
key: "address",
render: (record, value) =>