RED-6579: Fixed HTML escape entity.

This commit is contained in:
Nicoleta Panaghiu 2023-04-18 13:27:49 +03:00
parent 6e2d0d2001
commit 536efa5ada

View File

@ -9,8 +9,11 @@
</div>
<div *ngIf="form.get('updateDictionary')" class="iqser-input-group">
<mat-checkbox color="primary" formControlName="updateDictionary">
{{ 'resize-annotation-dialog.content.update-dictionary' | translate : { text: this.text } }}
<mat-checkbox
color="primary"
formControlName="updateDictionary"
[innerHTML]="'resize-annotation-dialog.content.update-dictionary' | translate : { text: this.text }"
>
</mat-checkbox>
</div>
</div>