diff --git a/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html b/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html
index 6aa011d2e8f8e5ecc725de0db5feb5367350f71e..9facd220eb03dfe5c8a33d33ae7cbfa54fa4367b 100644
--- a/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html
+++ b/projects/editor/src/app/components/dialogs/visibility-rules-dialog/visibility-rule-editor.component.html
@@ -24,7 +24,6 @@
   <mat-form-field>
     <mat-label>{{'section.value' | translate}}</mat-label>
     <input matInput
-           [placeholder]="'section.value' | translate"
            [(ngModel)]="visibilityRule.value"
            (ngModelChange)="visibilityRuleChange.emit(visibilityRule)">
   </mat-form-field>