commit a73b3e8464b22191c86544c3db435c2016cace4a parent dd7e23b20694e1402a55f6b1489059a0ebabf36d Author: Sebastian <sebasjm@gmail.com> Date: Wed, 16 Apr 2025 07:33:43 -0300 missing delivery location label Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/instance/orders/details/DetailPage.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/orders/details/DetailPage.tsx b/packages/merchant-backoffice-ui/src/paths/instance/orders/details/DetailPage.tsx @@ -127,7 +127,7 @@ function ContractTerms({ value }: { value: CT }) { /> <InputGroup name="delivery_location" - label={i18n.str`Location`} + label={i18n.str`Delivery location`} tooltip={i18n.str`Where the order will be delivered`} > <InputLocation name="delivery_location" />