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, },