From 9544e78d64127231351f993f32bdfd97ec199ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 27 Mar 2022 05:08:42 +0400 Subject: [PATCH] Change OtomatikSwitch properties --- components/soumet/otomatik-switch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/soumet/otomatik-switch.js b/components/soumet/otomatik-switch.js index 8b0f37f..5d09577 100644 --- a/components/soumet/otomatik-switch.js +++ b/components/soumet/otomatik-switch.js @@ -9,8 +9,8 @@ export default function OtomatikSwitch({tradiksyonOtomatik, setTradiksyonOtomati } return ( - - } disabled={disabled} label='Traduction automatique du Français vers les autres langues' labelPlacement='top' /> + + } disabled={disabled} label='Traduction automatique après validation (français vers les autres langues)' /> ) }