Skip to content
Snippets Groups Projects
Commit 2abf231e authored by vjrj's avatar vjrj
Browse files

New messages not so technical

parent 38fa5c38
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
"tx_dropped": "The transaction could not be completed. Please try again later", "tx_dropped": "The transaction could not be completed. Please try again later",
"tx_usurped": "The transaction was replaced by another", "tx_usurped": "The transaction was replaced by another",
"tx_ready": "The transaction is ready to be processed", "tx_ready": "The transaction is ready to be processed",
"tx_in_block": "The transaction has been included in a block", "tx_in_block": "The transaction has been confirmed",
"tx_broadcast": "The transaction has been broadcasted to the network", "tx_broadcast": "The transaction has been sent and is being processed",
"tx_processing": "Processing payment" "tx_processing": "Processing payment"
} }
...@@ -325,8 +325,8 @@ ...@@ -325,8 +325,8 @@
"tx_invalid": "La transacción no se pudo procesar. Por favor, revisa los datos e inténtalo de nuevo", "tx_invalid": "La transacción no se pudo procesar. Por favor, revisa los datos e inténtalo de nuevo",
"tx_dropped": "No se pudo completar la transacción. Por favor, inténtalo más tarde", "tx_dropped": "No se pudo completar la transacción. Por favor, inténtalo más tarde",
"tx_usurped": "Tu transacción fue reemplazada por otra", "tx_usurped": "Tu transacción fue reemplazada por otra",
"tx_processing": "Procesando pago...", "tx_processing": "Procesando pago",
"tx_ready": "La transacción está lista para ser enviada", "tx_ready": "La transacción está lista para ser enviada",
"tx_in_block": "La transacción ha sido incluida en un bloque", "tx_in_block": "La transacción ha sido confirmada",
"tx_broadcast": "La transacción ha sido transmitida a la red" "tx_broadcast": "La transacción ha se ha enviado y está siendo procesada"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment