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 variant='caption'>
{anTeks.user && (
<i>retranscrit par {anTeks.user.username}</i>
<i>texte soumis par {anTeks.user.username}</i>
)}
</Typography>
</Box>