Skip to content

Commit

Permalink
replace text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz authored Jun 7, 2024
1 parent 8a71578 commit 3ea6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nabla/common/TransactionProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function TransactionProgress({ mutation, children, onClose }: Transaction
</h4>
{children}
<p className="text-neutral-500 my-5">
{isPending ? 'Confirm this transaction in your wallet' : 'Waiting for transaction to complete'}
{isPending ? 'Confirm this transaction in your wallet' : 'Proceed in your wallet'}
</p>
</div>
</>
Expand Down

0 comments on commit 3ea6fe0

Please sign in to comment.