mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
fix(admin): add missing service_fee i18n keys to en.js (#4095)
Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
parent
9aedfdcc9b
commit
9123db3a0b
2 changed files with 4 additions and 1 deletions
2
lnbits/static/bundle.min.js
vendored
2
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -756,7 +756,10 @@ window.localisation.en = {
|
|||
service_fees: 'Service Fees',
|
||||
service_fee: 'Service Fee',
|
||||
service_fee_label: 'Service Fee Charged Per Transaction',
|
||||
service_fee_hint: 'Fee charged per transaction (%)',
|
||||
service_fee_max: 'Maximum Service Fee (sats)',
|
||||
service_fee_max_label: 'Maximum Service Fee Limit',
|
||||
service_fee_max_hint: 'Maximum service fee to charge in (sats)',
|
||||
fee_wallet_label: 'Service Fee Wallet ID',
|
||||
fee_wallet_hint: 'The ID of the wallet to which to send service funds',
|
||||
disable_fee: 'Disable Service Fees for Internal Payments',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue