Skip to content

Commit

Permalink
update review function names (#1657)
Browse files Browse the repository at this point in the history
* update

* snapshot

* :unknown:
  • Loading branch information
estebanmino authored Jul 16, 2020
1 parent f640699 commit 517ae7f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`TransactionReview should render correctly 1`] = `
}
/>
<TransactionReviewSummary
actionKey="CONFIRM"
actionKey="Confirm"
primaryCurrency="ETH"
/>
<View
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`TransactionReview should render correctly 1`] = `
}
>
<Connect(TransactionReviewData)
actionKey="CONFIRM"
actionKey="Confirm"
toggleDataView={[Function]}
/>
</ForwardRef(AnimatedComponentWrapper)>
Expand Down
16 changes: 8 additions & 8 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
16 changes: 8 additions & 8 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 517ae7f

Please sign in to comment.