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