Typos 'texte' => 'parole'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user