feat: add UI funding source retries (#3407)

This commit is contained in:
Tiago Vasconcelos
2025-10-16 23:12:22 +01:00
committed by GitHub
parent 1e0dab32c3
commit d0cf374cda
4 changed files with 28 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -667,5 +667,8 @@ window.localisation.en = {
connected: 'Connected',
not_connected: 'Not Connected',
free: 'Free',
paid: 'Paid'
paid: 'Paid',
funding_source_retries: 'Max Retries',
funding_source_retries_desc:
'Maximum number of retries for funding sources, before it falls back to VoidWallet.'
}