diff --git a/src/frontend/app/visa/visa-workflow.component.html b/src/frontend/app/visa/visa-workflow.component.html index a73098da0d319a8d75cab54bb5bcd1373a3a1af5..e0216b1c673aa6b5d1240fdfc5ea72271f1a07f8 100644 --- a/src/frontend/app/visa/visa-workflow.component.html +++ b/src/frontend/app/visa/visa-workflow.component.html @@ -32,7 +32,7 @@ <mat-optgroup [label]="lang.visaUser + ' / ' + lang.signUser" *ngIf="(filteredSignVisaUsers | async)?.length > 0" class="visaSignList"> <mat-option *ngFor="let user of filteredSignVisaUsers | async |Â sortBy : 'label'" [value]="user"> - {{user.label}} <small>({{user.entity}})</small> + {{user.label}} <small>({{user.entity}})</small> </mat-option> </mat-optgroup> </mat-autocomplete>