diff --git a/lnbits/static/i18n/en.js b/lnbits/static/i18n/en.js index 324e2bd28..6d14e07db 100644 --- a/lnbits/static/i18n/en.js +++ b/lnbits/static/i18n/en.js @@ -26,6 +26,7 @@ window.localisation.en = { close_channel: 'Close Channel', close: 'Close', restart: 'Restart server', + background_image: 'Background Image', save: 'Save', save_tooltip: 'Save your changes', credit_debit: 'Credit / Debit', diff --git a/lnbits/static/js/base.js b/lnbits/static/js/base.js index 0b448dae7..75f7caf6d 100644 --- a/lnbits/static/js/base.js +++ b/lnbits/static/js/base.js @@ -772,4 +772,4 @@ window.decryptLnurlPayAES = (success_action, preimage) => { let decoder = new TextDecoder('utf-8') return decoder.decode(valueb) }) -} \ No newline at end of file +}