Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Jul 23, 2024
1 parent 9947a36 commit 9367b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/WalletConnectButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<app-button @click="initWallet()">
Connect Wallet
Connect to Superhero Wallet
</app-button>
</template>

Expand Down
2 changes: 1 addition & 1 deletion src/components/WalletConnectionPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<template v-if="status === 'not connected'">
<p class="wallet-connection-panel__paragraph">
Superhero wallet detected, but it's selected network does not match.
Superhero wallet detected, but its selected network does not match.
<br>
Please select {{ NETWORK_NAME }} in Superhero wallet and try again.
<br>
Expand Down

0 comments on commit 9367b03

Please sign in to comment.