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}]`}
|
||||
|
||||
@@ -668,7 +668,7 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
{t('all-types')}
|
||||
</li>
|
||||
<li value="image">
|
||||
{t('images')}
|
||||
{t('images-few')}
|
||||
</li>
|
||||
<li value="video">
|
||||
{t('videos')}
|
||||
|
||||
Reference in New Issue
Block a user