Replace 'restranscrit' by 'texte soumis'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-02 19:21:54 +02:00
parent 86a4bb9745
commit de63b2645d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ export default function TeksDrawer({teks, anTeks}) {
</Typography> </Typography>
<Typography variant='caption'> <Typography variant='caption'>
{anTeks.user && ( {anTeks.user && (
<i>retranscrit par {anTeks.user.username}</i> <i>texte soumis par {anTeks.user.username}</i>
)} )}
</Typography> </Typography>
</Box> </Box>
+1 -1
View File
@@ -55,7 +55,7 @@ export default function TeksKat({teks}) {
<Typography variant='caption'> <Typography variant='caption'>
{teks.user && ( {teks.user && (
<> <>
(<i>retranscrit par {teks.user.username}</i>) (<i>texte soumis par {teks.user.username}</i>)
</> </>
)} )}
</Typography> </Typography>