Skip to content
Snippets Groups Projects
Commit 219fddf5 authored by Richard Henck's avatar Richard Henck
Browse files

[editor] Add missing translation

parent 7ef356d5
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ import { DialogService } from '../../../../services/dialog.service'; ...@@ -65,7 +65,7 @@ import { DialogService } from '../../../../services/dialog.service';
<mat-checkbox *ngIf="combinedProperties.allowReplacement !== undefined" <mat-checkbox *ngIf="combinedProperties.allowReplacement !== undefined"
[checked]="$any(combinedProperties.allowReplacement)" [checked]="$any(combinedProperties.allowReplacement)"
(change)="updateModel.emit({ property: 'allowReplacement', value: $event.checked })"> (change)="updateModel.emit({ property: 'allowReplacement', value: $event.checked })">
{{'propertiesPanel.allowReplacement' | translate }} {{'allowReplacement' | translate }}
</mat-checkbox> </mat-checkbox>
<mat-checkbox *ngIf="combinedProperties.deleteDroppedItemWithSameID !== undefined" <mat-checkbox *ngIf="combinedProperties.deleteDroppedItemWithSameID !== undefined"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment