Skip to content

Commit

Permalink
Update toast
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 21, 2023
1 parent 9561cf1 commit fd5b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/approve.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ApproveSplit: NextPage = () => {
splitRequest.recipient,
ephemeralAccount
)
toast.success('Successfully created transfer request')
toast.success('Successfully accepted transfer request')
} catch (err) {
toast.error(capitalizeFirstLetter(err.message))
}
Expand Down

0 comments on commit fd5b31d

Please sign in to comment.