From aa4229aa063bb419a23154f75cf425fe01e23219 Mon Sep 17 00:00:00 2001 From: jsapro <77.3.77@mail.ru> Date: Tue, 9 Jan 2024 12:38:20 +0300 Subject: [PATCH] fix: change translation to order status --- src/components/profile-components/order-status/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile-components/order-status/index.tsx b/src/components/profile-components/order-status/index.tsx index b5c35902..398e8a91 100644 --- a/src/components/profile-components/order-status/index.tsx +++ b/src/components/profile-components/order-status/index.tsx @@ -33,7 +33,7 @@ const statusObj = { style: styles.canceled, }, Ordered: { - text: 'Заказан', + text: 'Оформлен', image: orderedIcon, style: styles.ordered, },