change translates
This commit is contained in:
@@ -84,7 +84,7 @@ export default function DashboardUserStats() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="stat-label">
|
||||
{t('violations')}
|
||||
{t('matches')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function AnalyticsCardGeography() {
|
||||
<div className="analytics-header">
|
||||
<div className="analytics-icon"></div>
|
||||
<h3 className="analytics-title">
|
||||
{t('geography-of-violations')}
|
||||
{t('geography-of-matches')}
|
||||
</h3>
|
||||
</div>
|
||||
{violationGeography && (
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function FinalSummary() {
|
||||
{violationStatistic?.total_violations ?? 0}
|
||||
</div>
|
||||
<div className="summary-stat-label">
|
||||
{t('violations-found')}
|
||||
{t('matches-found')}
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function ReportsInfo() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="stat-value">{violationStatistic?.total_violations ?? 0}</div>
|
||||
<div className="stat-label">{t('violations-few')}</div>
|
||||
<div className="stat-label">{t('matches')}</div>
|
||||
</div>
|
||||
|
||||
<div className="stat-card checks" data-icon="">
|
||||
|
||||
@@ -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