Change switch language checkbox label

This commit is contained in:
2021-09-13 08:34:13 +01:00
parent 8e1be31650
commit a8e6f66796

View File

@@ -57,7 +57,7 @@ export default function ClassicTestStart(props) {
onChange={props.handleSwitchLanguageChange} onChange={props.handleSwitchLanguageChange}
inputProps={{ 'aria-label': 'checkbox' }} inputProps={{ 'aria-label': 'checkbox' }}
/> />
<span>Swap terms &amp; definitions</span> <span>Switch language</span>
</label> </label>
<Button <Button