Skip to content

Commit

Permalink
Changed Install Snap to Connect Snap
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Nov 6, 2023
1 parent c194bf6 commit 08cf5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/snap/SnapModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const SnapModule = () => {
/>
) : (
<ConnectButton onClick={() => connectToMetaMask()}>
{!snapInstalled ? 'Install Snap' : 'Connect Using MetaMask '}
{!snapInstalled ? 'Connect Snap' : 'Connect Using MetaMask '}
</ConnectButton>
)}
</ItemVV2>
Expand Down

0 comments on commit 08cf5d8

Please sign in to comment.