Fix pataje text

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-23 00:35:44 +04:00
parent 5928b743d5
commit 98ac57180b
+1 -1
View File
@@ -51,7 +51,7 @@ export default function Pataje({teks, setError, setSuccess}) {
const alias = awtis.map(({alias}) => alias)
const renderAwtis = new Intl.ListFormat('fr').format(alias)
const text = teks.user ? `${renderAwtis} - ${tit} (Paroles | Traductions) - (texte soumis par ${teks.user.username})` : `${renderAwtis} - ${tit} (Paroles | Traductions)`
const text = teks.user ? `${renderAwtis} - ${tit} (Paroles et Traductions) - (texte soumis par ${teks.user.username})` : `${renderAwtis} - ${tit} (Paroles et Traductions)`
const handleClose = () => {
setOpen(false)