From 57c6b09c19016a2c0e5340afc38c463539cad596 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sat, 6 May 2023 10:25:43 -0400 Subject: [PATCH] FIX: Make LN address support visible --- loc/en.json | 2 +- loc/es.json | 2 +- loc/es_419.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/loc/en.json b/loc/en.json index 37e3752ee..5b1ddf74e 100644 --- a/loc/en.json +++ b/loc/en.json @@ -64,7 +64,7 @@ "node_alias": "Node alias", "expiresIn": "Expires in {time} minutes", "payButton": "Pay", - "placeholder": "Invoice", + "placeholder": "Invoice or address", "open_channel": "Open Channel", "funding_amount_placeholder": "Funding amount, for example 0.001", "opening_channnel_for_from": "Opening channel for wallet {forWalletLabel}, by funding from {fromWalletLabel}", diff --git a/loc/es.json b/loc/es.json index 1d61eef94..190eb51c1 100644 --- a/loc/es.json +++ b/loc/es.json @@ -56,7 +56,7 @@ "node_alias": "Alias del nodo", "expiresIn": "Expira en {time} minutos", "payButton": "Pagar", - "placeholder": "Factura", + "placeholder": "Factura o dirección", "open_channel": "Abrir canal", "funding_amount_placeholder": "Importe de la financiación, por ejemplo 0,001", "opening_channnel_for_from":"Abrir canal para la cartera {forWalletLabel}, financiado desde {fromWalletLabel}", diff --git a/loc/es_419.json b/loc/es_419.json index 1ac31193d..6df429ea3 100644 --- a/loc/es_419.json +++ b/loc/es_419.json @@ -64,7 +64,7 @@ "node_alias": "Alias del nodo", "expiresIn": "Expira en {time} minutos", "payButton": "Pagar", - "placeholder": "Factura", + "placeholder": "Factura o dirección", "open_channel": "Abrir canal", "funding_amount_placeholder": "Importe de la financiación, por ejemplo 0,001", "opening_channnel_for_from": "Abrir canal para la billetera {forWalletLabel}, por la financiación de {fromWalletLabel}",