File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ export function IsolatedAppTopupDialog({
66
66
< DialogHeader >
67
67
< DialogTitle > Top Up</ DialogTitle >
68
68
< 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.
70
71
</ DialogDescription >
71
72
</ DialogHeader >
72
73
< div className = "my-5" >
Original file line number Diff line number Diff line change @@ -218,9 +218,10 @@ export function SubwalletList() {
218
218
</ div >
219
219
</ div >
220
220
< 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.
224
225
</ div >
225
226
</ div >
226
227
< div >
You can’t perform that action at this time.
0 commit comments