Locales cleanup

This commit is contained in:
Jamie Curnow
2023-01-16 15:50:40 +10:00
parent af9349d4a7
commit 374447ccc7
26 changed files with 142 additions and 374 deletions

View File

@@ -49,7 +49,7 @@ function Table({
sortable: true,
},
{
Header: intl.formatMessage({ id: "column.name" }),
Header: intl.formatMessage({ id: "name" }),
accessor: "name",
sortable: true,
Filter: TextFilter,