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
@@ -55,7 +55,7 @@ export default function TeksKat({teks}) {
<Typography variant='caption'>
{teks.user && (
<>
(<i>retranscrit par {teks.user.username}</i>)
(<i>texte soumis par {teks.user.username}</i>)
</>
)}
</Typography>