RED-6579: Fixed HTML escape entity.
This commit is contained in:
parent
6e2d0d2001
commit
536efa5ada
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user