change translates

This commit is contained in:
smanylov
2026-04-21 13:11:51 +07:00
parent 04c27a9b7f
commit 0ad1ce98ad
7 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ export default function ViolationsTable() {
header: ({ column }) => (
<div className="column">
<span>
{t('violation')}
{t('matches')}
</span>
<button
onClick={() => column.toggleSorting(column.getIsSorted() === 'asc')}
@@ -309,7 +309,7 @@ export default function ViolationsTable() {
<h3
className="tanstak-table-title"
>
{t('violations-detected')}
{t('matches-detected')}
</h3>
{/* Фильтры */}