Skip to content

Commit

Permalink
chore: change send transaction popup title/button
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Nov 28, 2024
1 parent 7c74b1c commit 35fca8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const selectors = {
if (state.matches('txSuccess')) return 'Transaction sent';
if (state.matches('txFailed')) return 'Transaction failed';
if (state.matches('sendingTx')) return 'Sending transaction';
return 'Approve Transaction';
return 'Review Transaction';
},
origin: (state: TransactionRequestState) => state.context.input.origin,
originTitle: (state: TransactionRequestState) => state.context.input.title,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const TxApprove = () => {
isDisabled={ctx.shouldDisableApproveBtn}
onPress={ctx.handlers.approve}
>
Approve
Submit
</Button>
</>
)}
Expand Down

0 comments on commit 35fca8e

Please sign in to comment.