diff --git a/projects/editor/src/app/components/new-ui-element-panel/ui-element-toolbox.component.html b/projects/editor/src/app/components/new-ui-element-panel/ui-element-toolbox.component.html
index 79a74dc77cd62581fcc669f8348b0f4eebda4fc1..c2b00abd92b07a0efc8c38d7dd452ac7b9620e76 100644
--- a/projects/editor/src/app/components/new-ui-element-panel/ui-element-toolbox.component.html
+++ b/projects/editor/src/app/components/new-ui-element-panel/ui-element-toolbox.component.html
@@ -2,7 +2,7 @@
   <mat-expansion-panel expanded>
     <mat-expansion-panel-header>
       <mat-panel-description>
-        Stimulus
+        Medium
       </mat-panel-description>
     </mat-expansion-panel-header>
     <button mat-stroked-button (click)="addUIElement('text')"
@@ -99,7 +99,7 @@
   <mat-expansion-panel>
     <mat-expansion-panel-header>
       <mat-panel-description>
-        Verbund
+        Verbundelemente
       </mat-panel-description>
     </mat-expansion-panel-header>
     <button mat-stroked-button (click)="addUIElement('cloze')"
diff --git a/projects/editor/src/assets/i18n/de.json b/projects/editor/src/assets/i18n/de.json
index 96577f79d0b8d6bca5fab3b9f7f844ab14f17538..897b1ef93d5ab4697065532b4e5832474859f4f8 100644
--- a/projects/editor/src/assets/i18n/de.json
+++ b/projects/editor/src/assets/i18n/de.json
@@ -190,7 +190,7 @@
     "text-area": "Eingabebereich",
     "checkbox": "Kontrollkästchen",
     "dropdown": "Klappliste",
-    "radio": "Optionsfeld",
+    "radio": "Optionsfelder",
     "simple": "einfach",
     "complex": "komplex",
     "drop-list": "Ablegeliste",