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
+2 -2
View File
@@ -77,7 +77,7 @@ export default function AwtisDetay({anAwtis}) {
aria-controls='panel-teks-content'
id='panel-teks-header'
>
<Typography marginRight={2} textAlign='center' variant='body1' component='h2'><strong>Liste des textes</strong></Typography>
<Typography marginRight={2} textAlign='center' variant='body1' component='h2'><strong>Liste des paroles</strong></Typography>
<Chip color='primary' label={paroles.data.length} size='small' variant='contained' />
</AccordionSummary>
<AccordionDetails>
@@ -86,7 +86,7 @@ export default function AwtisDetay({anAwtis}) {
</Accordion>
) : (
<>
<Typography gutterBottom textAlign='center' variant='body1' component='h2'><strong>Texte</strong></Typography>
<Typography gutterBottom textAlign='center' variant='body1' component='h2'><strong>Parole</strong></Typography>
<Paper>
<MizikLis paroles={paroles.data} />
</Paper>
+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>