mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
spell out "Languages"
This commit is contained in:
parent
8d3e44761d
commit
a346ab428f
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
|
|||
className: "d-none d-md-block"
|
||||
},
|
||||
{
|
||||
Header: "Langs.",
|
||||
Header: "Languages",
|
||||
accessor: "languages",
|
||||
filterable: true,
|
||||
filterMethod: (filter: any, row: any) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue