Change text

This commit is contained in:
ekzyis 2024-10-19 16:20:12 +02:00
parent 596d67fc68
commit d06f89d707
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export function AutowithdrawSettings ({ wallet }) {
/> />
<h3 className='text-center text-muted pt-3'>network fees</h3> <h3 className='text-center text-muted pt-3'>network fees</h3>
<h6 className='text-center pb-3'> <h6 className='text-center pb-3'>
the setting that allows a higher max fee will be used during{' '} we'll use whichever setting is higher during{' '}
<Link <Link
target='_blank' target='_blank'
href='https://docs.lightning.engineering/the-lightning-network/pathfinding' href='https://docs.lightning.engineering/the-lightning-network/pathfinding'
@ -71,7 +71,7 @@ export function AutowithdrawSettings ({ wallet }) {
required required
/> />
<Input <Input
label='max base fee' label='max fee total'
name='autoWithdrawMaxBaseFee' name='autoWithdrawMaxBaseFee'
hint='max fee for any withdrawal amount' hint='max fee for any withdrawal amount'
append={<InputGroup.Text className='text-monospace'>sats</InputGroup.Text>} append={<InputGroup.Text className='text-monospace'>sats</InputGroup.Text>}