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 64e47eb6f8a9365a2389470a204f69e952f118bd..cbda52ef1f6efc38506176588b59e20d5f372b22 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
@@ -69,12 +69,12 @@
             <button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('math-field')"
                     draggable="true" (dragstart)="startDrag($event,'math-field')"
                     (dragend)="endDrag()">
-              {{'toolbox.math-field' | translate }}
+              {{'toolbox.field' | translate }}
             </button>
             <button *ngIf="hoverFormulaButton" mat-raised-button (click)="addUIElement('text-area-math')"
                     draggable="true" (dragstart)="startDrag($event,'text-area-math')"
                     (dragend)="endDrag()">
-              {{'toolbox.math-area' | translate }}
+              {{'toolbox.area' | translate }}
             </button>
           </div>
           <button mat-stroked-button (click)="addUIElement('math-table')"
diff --git a/projects/editor/src/assets/i18n/de.json b/projects/editor/src/assets/i18n/de.json
index 6964fdfbabeaa12fce9d8d1dfff17fd663ebdca2..a3df9b6b0c0a526be851aedcb83b261225ccc5c6 100644
--- a/projects/editor/src/assets/i18n/de.json
+++ b/projects/editor/src/assets/i18n/de.json
@@ -340,8 +340,10 @@
     "geometry": "Geometrie",
     "hotspot-image": "Bildbereiche",
     "formula": "Formel",
-    "math-field": "Feld",
-    "math-area": "Bereich",
+    "math-field": "Formelfeld",
+    "field": "Feld",
+    "area": "Bereich",
+    "text-area-math": "Formelbereich",
     "math-table": "Rechenkästchen",
     "trigger": "Auslöser"
   },