Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into matt-user/refactor-toast
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Jan 17, 2024
2 parents 14efd31 + 69208c2 commit cfe4c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const txFuelToEthSelectors = {
isSelected: status.isConfirmTransactionSelected,
},
{
name: 'Receive on ETH',
name: 'Receive on Ethereum',
status: status.isReceiveDone ? 'Done!' : 'Automatic',
isLoading: status.isReceiveLoading,
isDone: status.isReceiveDone,
Expand Down

0 comments on commit cfe4c0a

Please sign in to comment.