Typos 'texte' => 'parole'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 18:34:55 +04:00
parent c39a0e6669
commit 2d2d531a3e
10 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export default function AwtisKat({artiste}) {
{alias}
</Typography>
<Typography align='center' variant='body2' color='textSecondary' component='h5'>
{`${paroles.data.length} ${paroles.data.length > 1 ? 'textes' : 'texte'}`}
{`${paroles.data.length} ${paroles.data.length > 1 ? 'paroles' : 'parole'}`}
</Typography>
</CardContent>
</CardActionArea>