diff --git a/projects/editor/src/app/text-editor/rich-text-editor.component.html b/projects/editor/src/app/text-editor/rich-text-editor.component.html
index 8161e503eb24e24eb1a306b87b7db830c8a7e1e7..a9539a63b5d49f55ab725fc68401057b2b886429 100644
--- a/projects/editor/src/app/text-editor/rich-text-editor.component.html
+++ b/projects/editor/src/app/text-editor/rich-text-editor.component.html
@@ -222,11 +222,11 @@
     </mat-menu>
   </div>
   <div *ngIf="showCloseElements" fxLayout="row" fxLayoutAlign="space-around center" >
-    <button mat-icon-button matTooltip="\\i" [matTooltipShowDelay]="300"
+    <button mat-icon-button matTooltip="\i" [matTooltipShowDelay]="300"
             (click)="insertSpecialChar('\\i')">
       <mat-icon>text_fields</mat-icon>
     </button>
-    <button mat-icon-button matTooltip="\\z" [matTooltipShowDelay]="300"
+    <button mat-icon-button matTooltip="\z" [matTooltipShowDelay]="300"
             (click)="insertSpecialChar('\\z')">
       <mat-icon>drag_indicator</mat-icon>
     </button>