From b74fb426ef45d0f24524c0500f6b826ade3d527c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 5 Feb 2022 14:36:49 +0400 Subject: [PATCH] Typo to french --- components/komante/vwe-komante.js | 4 ++-- components/sesyon/dekoneksyon.js | 2 +- components/soumet/ekri-teks.js | 15 ++++++--------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/components/komante/vwe-komante.js b/components/komante/vwe-komante.js index d074f4a..b213673 100644 --- a/components/komante/vwe-komante.js +++ b/components/komante/vwe-komante.js @@ -72,7 +72,7 @@ export default function VweKomante({komante, teks}) { return ( - Kòmantè + Commentaires - + - Soumèt an tèks - - - (soumettre un texte) + Soumettre un texte
@@ -184,7 +181,7 @@ function EkriTeks({session}) { required id='awtis' name='awtis' - label='Awtis' + label='Artiste' value={teksEkri.awtis} variant='outlined' helperText='Nom de l’artiste (obligatoire)' @@ -196,7 +193,7 @@ function EkriTeks({session}) { required id='tit' name='tit' - label='Tit' + label='Titre' value={teksEkri.tit} variant='outlined' helperText='Titre de la musique (obligatoire)' @@ -211,7 +208,7 @@ function EkriTeks({session}) { helperText='Transcription des paroles de la musique (obligatoire)' style={{marginTop: '1em'}} id='transkripsyon' - label='Transkripsyon' + label='Transcription' value={teksEkri.transkripsyon} rows={8} variant='outlined' @@ -269,7 +266,7 @@ function EkriTeks({session}) { onClick={handleClick} > - Soumèt + Valider {loading && }