diff --git a/src/features/admin/views/tags/index.tsx b/src/features/admin/views/tags/index.tsx index da5f9667..b4011245 100644 --- a/src/features/admin/views/tags/index.tsx +++ b/src/features/admin/views/tags/index.tsx @@ -93,7 +93,7 @@ const columns = [ }), columnHelper.accessor("_count.organizations", { id: "organizationsCount", - header: () => "Ilość organizacji", + header: () => "Liczba organizacji", }), columnHelper.display({ id: "actions",