Change OtomatikSwitch properties
This commit is contained in:
@@ -9,8 +9,8 @@ export default function OtomatikSwitch({tradiksyonOtomatik, setTradiksyonOtomati
|
||||
}
|
||||
|
||||
return (
|
||||
<FormGroup sx={{marginTop: 2}}>
|
||||
<FormControlLabel control={<Switch checked={tradiksyonOtomatik} onChange={handleChange} />} disabled={disabled} label='Traduction automatique du Français vers les autres langues' labelPlacement='top' />
|
||||
<FormGroup sx={{marginTop: 1}}>
|
||||
<FormControlLabel control={<Switch checked={tradiksyonOtomatik && !disabled} onChange={handleChange} />} disabled={disabled} label='Traduction automatique après validation (français vers les autres langues)' />
|
||||
</FormGroup>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user