Skip to content

Commit

Permalink
chore: fix wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Mar 29, 2024
1 parent d22eb65 commit 7ef2cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/WalletGauge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default function WalletGauge(props: Props) {
<Spinner animation="border" />
<p>Transfer successful, waiting for the transaction to be finalized.</p>
<p>Note that this may take up to 30 seconds. If you want to proceed, you can safely
click on cancel but your transaction may not show up yet.</p>
click on close but your transaction may not show up yet.</p>
</Alert>
}
</Dialog>
Expand Down
2 changes: 1 addition & 1 deletion src/wallet-user/recovery/WalletRecoveryProcessTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function WalletRecoveryProcessTab(props: Props) {
<Spinner animation="border" />
<p>Transfer successful, waiting for the transaction to be finalized.</p>
<p>Note that this may take up to 30 seconds. If you want to proceed, you can safely
click on cancel but your transaction may not show up yet.</p>
click on close but your transaction may not show up yet.</p>
</Alert>
}
</Dialog>
Expand Down

0 comments on commit 7ef2cee

Please sign in to comment.