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