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
@@ -155,7 +155,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
})
const {data} = teksResponse
setSuccess(`Le texte "${data.tit}" a été modifié avec succès. Il apparaîtra sur le site après validation.`)
setSuccess(`Le morceau "${data.tit}" a été modifié avec succès. Il apparaîtra sur le site après validation.`)
setLoading(false)
} catch (error) {
setError(error?.response?.data)
@@ -288,7 +288,7 @@ function EkriTeks({canAutoTranslate, selectedTeks, setSelectedTeks}) {
<StyledContainer maxWidth='sm'>
<Box sx={{textAlign: 'center', marginBottom: 2}}>
<Typography display='inline' variant='h6' component='h1'>
Soumettre un texte
Soumettre une parole
</Typography>
</Box>
<form noValidate autoComplete='off'>