Update shipping costs label in OrderDetailsDialog for localization support
This commit is contained in:
@@ -142,7 +142,7 @@ const OrderDetailsDialog = ({ open, onClose, order }) => {
|
|||||||
</TableRow>
|
</TableRow>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell colSpan={2} />
|
<TableCell colSpan={2} />
|
||||||
<TableCell align="right">Lieferkosten</TableCell>
|
<TableCell align="right">{t ? t('cart.summary.shippingCosts') : 'Lieferkosten'}</TableCell>
|
||||||
<TableCell align="right">{currencyFormatter.format(order.delivery_cost)}</TableCell>
|
<TableCell align="right">{currencyFormatter.format(order.delivery_cost)}</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user