Skip to content

Commit

Permalink
[ACS-8273] [ADW] Testing Angular 15 - Process' tab names are uppercased
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Jun 25, 2024
1 parent f017d0a commit 300fee3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div *ngIf="formDefinition.hasTabs()">
<div *ngIf="hasTabs()" class="alfresco-tabs-widget">
<mat-tab-group>
<mat-tab *ngFor="let tab of visibleTabs()" [label]="tab.title | translate | uppercase">
<mat-tab *ngFor="let tab of visibleTabs()" [label]="tab.title | translate ">
<ng-template *ngTemplateOutlet="render; context: { fieldToRender: tab.fields }"></ng-template>
</mat-tab>
</mat-tab-group>
Expand Down

0 comments on commit 300fee3

Please sign in to comment.