Skip to content

Commit 9d5917b

Browse files
committed
fix: copy
1 parent 6e6a0c7 commit 9d5917b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

frontend/src/components/IsolatedAppTopupDialog.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ export function IsolatedAppTopupDialog({
6666
<DialogHeader>
6767
<DialogTitle>Top Up</DialogTitle>
6868
<DialogDescription>
69-
Transfer funds from your node's spending balance
69+
Credit funds from your main spending balance. You must make sure
70+
the main spending balance can cover for the sub-wallet's payments.
7071
</DialogDescription>
7172
</DialogHeader>
7273
<div className="my-5">

frontend/src/screens/subwallets/SubwalletList.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ export function SubwalletList() {
218218
</div>
219219
</div>
220220
<div className="ml-9 text-muted-foreground text-sm">
221-
If your main balance runs low, funds from isolated wallets can
222-
be spent by your main wallet balance. You'll receive alerts when
223-
your spending balance is nearing this point.
221+
Make sure you always maintain enough funds in your spending
222+
balance to prevent sub-wallets becoming unspendable. Sub-wallet
223+
payments might fail if the amount isn't available in your
224+
spending balance.
224225
</div>
225226
</div>
226227
<div>

0 commit comments

Comments
 (0)