From 517ae7ffd809d7cfd28f0a7824d9296320a10d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Thu, 16 Jul 2020 12:59:40 -0400 Subject: [PATCH] update review function names (#1657) * update * snapshot * :unknown: --- .../__snapshots__/index.test.js.snap | 4 ++-- locales/en.json | 16 ++++++++-------- locales/es.json | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/components/UI/TransactionReview/__snapshots__/index.test.js.snap b/app/components/UI/TransactionReview/__snapshots__/index.test.js.snap index 4834d496922..3063efa66d8 100644 --- a/app/components/UI/TransactionReview/__snapshots__/index.test.js.snap +++ b/app/components/UI/TransactionReview/__snapshots__/index.test.js.snap @@ -11,7 +11,7 @@ exports[`TransactionReview should render correctly 1`] = ` } /> diff --git a/locales/en.json b/locales/en.json index 68481a5b6cf..ae22b45348a 100644 --- a/locales/en.json +++ b/locales/en.json @@ -635,13 +635,13 @@ "title": "Approve" }, "transactions": { - "tx_review_confirm": "CONFIRM", - "tx_review_transfer": "TRANSFER", - "tx_review_contract_deployment": "CONTRACT DEPLOYMENT", - "tx_review_transfer_from": "TRANSFER FROM", - "tx_review_unknown": "UNKNOWN METHOD", - "tx_review_approve": "APPROVE", - "tx_review_instant_payment_deposit": "INSTANT PAYMENT DEPOSIT", + "tx_review_confirm": "Confirm", + "tx_review_transfer": "Transfer", + "tx_review_contract_deployment": "Contract Deployment", + "tx_review_transfer_from": "Transfer From", + "tx_review_unknown": "Unknown Method", + "tx_review_approve": "Approve", + "tx_review_instant_payment_deposit": "InstaPay Deposit", "sent_ether": "Sent Ether", "self_sent_ether": "Sent Yourself Ether", "received_ether": "Received Ether", @@ -657,7 +657,7 @@ "sent": "Sent", "contract_deploy": "Contract Deployment", "to_contract": "New Contract", - "instant_payment_deposit": "Instant Payment Deposit", + "instant_payment_deposit": "InstaPay Deposit", "instant_payment_deposit_tx": "Deposit", "instant_payment_withdraw_tx": "Withdraw", "tx_details_free": "Free", diff --git a/locales/es.json b/locales/es.json index 9a646c647b7..0a0ce0752d9 100644 --- a/locales/es.json +++ b/locales/es.json @@ -586,13 +586,13 @@ "title": "Aprobar" }, "transactions": { - "tx_review_confirm": "CONFIRMAR", - "tx_review_transfer": "TRANSFERIR", - "tx_review_contract_deployment": "CONTRATO DESPLEGADO", - "tx_review_transfer_from": "TRANSFERIR DESDE", - "tx_review_unknown": "MÉTODO DESCONOCIDO", - "tx_review_approve": "APROBAR", - "tx_review_instant_payment_deposit": "DEPOSITO INSTANT PAYMENT", + "tx_review_confirm": "Confirmar", + "tx_review_transfer": "Transferir", + "tx_review_contract_deployment": "Contrato Desplegado", + "tx_review_transfer_from": "Transferir Desde", + "tx_review_unknown": "Método Desconocido", + "tx_review_approve": "Aprobar", + "tx_review_instant_payment_deposit": "Depósito InstaPay", "sent_ether": "Enviaste Ether", "self_sent_ether": "Enviaste Ether a ti mismo", "received_ether": "Recibiste Ether", @@ -608,7 +608,7 @@ "sent": "Enviado", "contract_deploy": "Despliegue de contrato", "to_contract": "Nuevo Contrato", - "instant_payment_deposit": "Depósito Instant Payment", + "instant_payment_deposit": "Depósito InstaPay", "instant_payment_deposit_tx": "Depósito", "instant_payment_withdraw_tx": "Retiro", "tx_details_free": "Gratis",