Browse Source

fix(admin-ui): Fix quantity label in order table (#2259)

cdiban 2 years ago
parent
commit
bb4c9e5a93

+ 1 - 1
packages/admin-ui/src/lib/order/src/components/order-table/order-table.component.html

@@ -34,7 +34,7 @@
             </div>
         </ng-template>
     </vdr-dt2-column>
-    <vdr-dt2-column [heading]="'order.unit-price' | translate" [optional]="false">
+    <vdr-dt2-column [heading]="'order.quantity' | translate" [optional]="false">
         <ng-template let-line="item">
             <ng-container *ngIf="!isDraft; else draft">
                 {{ line.quantity }}