Skip to content

Commit

Permalink
Update cancel order button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
koredefashokun committed Oct 13, 2024
1 parent dc32266 commit abffad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/order/OrderActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const OrderActions: React.FC<OrderActionsProps> = ({ orderId, status }) => {
loading={fetching}
variant='destructive'
onPress={confirmCancel}
text='Cancel'
text='Cancel order'
/>
)}
</View>
Expand Down

0 comments on commit abffad4

Please sign in to comment.