Typo to french

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-05 14:36:49 +04:00
parent a7a9b15b59
commit b74fb426ef
3 changed files with 9 additions and 12 deletions
+6 -9
View File
@@ -169,12 +169,9 @@ function EkriTeks({session}) {
return (
<StyledContainer maxWidth='sm'>
<Box sx={{textAlign: 'center', marginBottom: 2, marginTop: 5}}>
<Box sx={{textAlign: 'center', marginBottom: 2}}>
<Typography display='inline' variant='h5' component='h1'>
Soumèt an tèks
</Typography>
<Typography>
<small>(soumettre un texte)</small>
Soumettre un texte
</Typography>
</Box>
<form noValidate autoComplete='off'>
@@ -184,7 +181,7 @@ function EkriTeks({session}) {
required
id='awtis'
name='awtis'
label='Awtis'
label='Artiste'
value={teksEkri.awtis}
variant='outlined'
helperText='Nom de lartiste (obligatoire)'
@@ -196,7 +193,7 @@ function EkriTeks({session}) {
required
id='tit'
name='tit'
label='Tit'
label='Titre'
value={teksEkri.tit}
variant='outlined'
helperText='Titre de la musique (obligatoire)'
@@ -211,7 +208,7 @@ function EkriTeks({session}) {
helperText='Transcription des paroles de la musique (obligatoire)'
style={{marginTop: '1em'}}
id='transkripsyon'
label='Transkripsyon'
label='Transcription'
value={teksEkri.transkripsyon}
rows={8}
variant='outlined'
@@ -269,7 +266,7 @@ function EkriTeks({session}) {
onClick={handleClick}
>
<Typography style={{fontWeight: 'bold'}}>
Soumèt
Valider
</Typography>
</Button>
{loading && <LinearProgress size={24} style={{width: '100%', marginBlock: '1em'}} />}