Skip to content

Commit

Permalink
wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Sep 24, 2024
1 parent 3bcc0a8 commit d76871c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default function WalletBalanceWarning({
}: ReturnType<typeof useBalanceChecker>) {
const theme = useTheme();
const content = isCheckingBalance
? 'Checking wallet balance for network costs...'
: 'Insufficient balance to cover the network costs. Please add more funds to your wallet.';
? ''
: `Insufficient ${feeSymbol} to cover network costs.`;

return (
<Stack direction="column" gap="10px">
Expand Down

0 comments on commit d76871c

Please sign in to comment.