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:
Bartok 2026-07-27 11:34:04 -05:00 committed by GitHub
parent 9aedfdcc9b
commit 9123db3a0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -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',