Skip to content

Commit

Permalink
fix: change translation to order status
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 9, 2024
1 parent 19e6f78 commit 942531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile-components/order-status/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const statusObj = {
style: styles.canceled,
},
Ordered: {
text: 'Заказан',
text: 'Оформлен',
image: orderedIcon,
style: styles.ordered,
},
Expand Down

0 comments on commit 942531c

Please sign in to comment.