Skip to content

Commit

Permalink
fix(admin-ui): Fix header for promotion list (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheValkDokk authored Apr 12, 2024
1 parent 217745d commit e46b36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ng-template>
</vdr-dt2-column>
<vdr-dt2-column
[heading]="'marketing.per-customer-limit' | translate" id="per-customer-limit"
[heading]="'marketing.usage-limit' | translate" id="per-customer-limit"
[sort]="sorts.get('usageLimit')"
[hiddenByDefault]="true"
>
Expand Down

0 comments on commit e46b36d

Please sign in to comment.