fix translate

This commit is contained in:
smanylov
2026-01-07 14:44:31 +07:00
parent e19b559a19
commit be98bcba3f
3 changed files with 7 additions and 3 deletions
@@ -77,7 +77,11 @@ export default function ProtectionSummary({ fileType }: { fileType: string }) {
<div className="protection-stats">
<div className="protection-stat total-files">
<div className="protection-stat-value">{filesInfo?.totalCount ? filesInfo?.totalCount : 0}</div>
<div className="protection-stat-label">{t('total-files')}</div>
<div className="protection-stat-label">
{t('total-files')}
<br />
({t(`${fileType}s`)})
</div>
</div>
<div className="protection-stat total-checks">
<div className="protection-stat-value">0</div>