change translates
This commit is contained in:
@@ -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>
|
||||
|
||||
{/* Фильтры */}
|
||||
|
||||
Reference in New Issue
Block a user