Skip to content

Commit

Permalink
Chop - Updated copy in Transaction Details
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero committed Oct 6, 2023
1 parent 017735e commit 29a407c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ui/src/components/Chop/Actions/Chop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ const ChopForm: FC<
type: ActionType.BASE,
message: `Add ${displayBN(
amountOut || ZERO_BN
)} ${outputToken} to the balance selected in the Destination field.`,
)} ${outputToken} to your
${values.destination === FarmToMode.EXTERNAL ? `Circulating` : `Farm`} Balance.`,
},
]}
/>
Expand Down

0 comments on commit 29a407c

Please sign in to comment.