Skip to content

Commit

Permalink
replaced token name to the token symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoriiafm committed Aug 5, 2024
1 parent 17d9300 commit 9767272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const BridgeButton: FC<BridgeButtonProps> = ({
case "pending": {
return (
<Button onClick={onApprove}>
{`Allow Bridge to spend my ${token.name}`}
{`Allow Bridge to spend my ${token.symbol}`}
</Button>
);
}
Expand Down

0 comments on commit 9767272

Please sign in to comment.