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
@@ -30,7 +30,7 @@ function Chwa(props) {
return (
<Dialog open={open} onClose={handleClose}>
<DialogTitle>Choisir le texte à modifier</DialogTitle>
<DialogTitle>Choisir la parole à modifier</DialogTitle>
{loading ? (
<Container sx={{textAlign: 'center', marginBottom: 1}}>
<CircularProgress size={20} sx={{color: '#29d'}} />
@@ -94,7 +94,7 @@ export default function ChwaTeks({selectedTeks, setSelectedTeks}) {
return (
<Container sx={{textAlign: 'center', marginBottom: 1}} maxWidth='sm'>
<Button variant='outlined' onClick={handleClickOpen}>
Modifier mes textes
Modifier mes paroles
</Button>
<Chwa
selectedTeks={selectedTeks}
+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'>