From e4a172c77c6bc5c4b10c3bacf10f2a126a6d711f Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Mon, 22 Jan 2024 14:35:26 +0100 Subject: [PATCH] fix(admin-ui): Fix alignment of order modification history item --- .../order-history/order-history.component.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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" > - +