From 9d288e6a98d7e1114961500ed207279d977aef75 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Thu, 30 Oct 2025 10:54:16 +0000 Subject: [PATCH] connection warning i18n --- lnbits/static/i18n/en.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lnbits/static/i18n/en.js b/lnbits/static/i18n/en.js index 96ea77015..b64000759 100644 --- a/lnbits/static/i18n/en.js +++ b/lnbits/static/i18n/en.js @@ -674,5 +674,7 @@ window.localisation.en = { paid: 'Paid', funding_source_retries: 'Max Retries', funding_source_retries_desc: - 'Maximum number of retries for funding sources, before it falls back to VoidWallet.' + 'Maximum number of retries for funding sources, before it falls back to VoidWallet.', + ws_connection_warning: + 'Lost connection to the websocket. Wait while page tries to reconnect.' }