From 98ac57180bd636646601828c42dd6359d8054970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 23 Feb 2022 00:35:44 +0400 Subject: [PATCH] Fix pataje text --- components/teks/pataje.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/teks/pataje.js b/components/teks/pataje.js index ba3174c..6f1953a 100644 --- a/components/teks/pataje.js +++ b/components/teks/pataje.js @@ -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)