From b14b3bbaad2f530bd18806c0cf7f2a7cddd27219 Mon Sep 17 00:00:00 2001 From: arcbtc Date: Wed, 18 Dec 2024 14:45:20 +0000 Subject: [PATCH] trans --- lnbits/static/i18n/en.js | 1 + lnbits/static/js/base.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 +}