Replace 'restranscrit' by 'texte soumis'
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user