add declension of words
This commit is contained in:
@@ -198,7 +198,7 @@ export const StackedBarChart = ({ data }: Files) => {
|
||||
<div
|
||||
className={`font-bold text-[${CHECKS_COLOR}]`}
|
||||
>
|
||||
{t('check')}: {totalChecks}
|
||||
{t('checks')}: {totalChecks}
|
||||
</div>
|
||||
<div
|
||||
className={`font-bold text-[${VIOLATIONS_COLOR}]`}
|
||||
|
||||
Reference in New Issue
Block a user