Browse Source

Update index.html

internalpayments
Arc 5 years ago
committed by GitHub
parent
commit
c4db2d5c28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lnbits/extensions/withdraw/templates/withdraw/index.html

4
lnbits/extensions/withdraw/templates/withdraw/index.html

@ -256,7 +256,7 @@
dense
v-model.number="simpleformDialog.data.max_withdrawable"
type="number"
label="Withdraw amount"
label="Withdraw amount per voucher"
></q-input>
<q-input
filled
@ -264,7 +264,7 @@
v-model.number="simpleformDialog.data.uses"
type="number"
:default="1"
label="Amount of uses *"
label="Number of vouchers *"
></q-input>
<div class="row q-mt-lg">

Loading…
Cancel
Save