add translations

This commit is contained in:
Mario Pesch
2022-03-01 15:31:44 +01:00
parent a06b52a3ee
commit 4e8819172b
4 changed files with 19 additions and 10 deletions
+4 -2
View File
@@ -54,7 +54,9 @@ class Public extends Component {
render() {
return (
<FormControl component="fieldset">
<FormLabel component="legend">Tutorial veröffentlichen</FormLabel>
<FormLabel component="legend">
{Blockly.Msg.builder_public_head}
</FormLabel>
<FormGroup aria-label="position" row>
<FormControlLabel
value="Tutorial veröffentlichen"
@@ -67,7 +69,7 @@ class Public extends Component {
inputProps={{ "aria-label": "secondary checkbox" }}
/>
}
label="Tutorial veröffentlichen"
label={Blockly.Msg.builder_public_label}
labelPlacement="start"
/>
</FormGroup>