diff --git a/packages/admin-ui/src/lib/order/src/components/order-history/order-history.component.html b/packages/admin-ui/src/lib/order/src/components/order-history/order-history.component.html index 072926de85..6fb2be08eb 100644 --- a/packages/admin-ui/src/lib/order/src/components/order-history/order-history.component.html +++ b/packages/admin-ui/src/lib/order/src/components/order-history/order-history.component.html @@ -56,15 +56,18 @@
{{ 'order.history-order-modified' | translate }}
- +
{{ 'order.modify-order-price-difference' | translate }}: {{ modification.priceChange | localeCurrency : order.currencyCode }} - {{ + {{ 'order.modification-settled' | translate }} - {{ + {{ 'order.modification-not-settled' | translate }} @@ -73,7 +76,7 @@ [modification]="modification" > - +