Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
style(Bitcoin Cash): confirmed is confusing, use send bitcoin cash
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Oct 6, 2017
1 parent 7b82da2 commit 0824bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/partials/send/send-bitcoin-cash.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.modal-header.flex-row.flex-center.bc-modal-header.tabbed(translate-namespace="BITCOIN_CASH")
i.ti-close.close-modal(ng-click="$close()")
i.icon-send.f-20.pr-15
span.f-24(translate="{{onStep('send-cash') ? '.SEND' : onStep('send-address') ? '.CONFIRM_ADDRESS' : '.CONFIRMED' }}")
span.f-24(translate="{{onStep('send-address') ? '.CONFIRM_ADDRESS' : '.SEND'}}")
#send.modal-body(ng-class="{'sm': numberOfActiveAccountsAndLegacyAddresses() <= 1}" translate-namespace="BITCOIN_CASH")
.flex(ng-if="onStep('send-cash')")
form.bc-form(role="form" name="sendForm" autocomplete="off" novalidate)
Expand Down
3 changes: 1 addition & 2 deletions locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,8 +1710,7 @@
"BCH_IN_WALLET": "Bitcoin Cash",
"BCH_WHATS_NEW": "If you had Bitcoin in your wallet before August 1, 2017, you can now access Bitcoin Cash via Settings > General.",
"BCH_BALANCE": "Bitcoin Cash Balance",
"CONFIRM_ADDRESS": "Confirm Bitcoin Cash Address",
"CONFIRMED": "Confirmed"
"CONFIRM_ADDRESS": "Confirm Bitcoin Cash Address"
},
"BITCOIN_CASH_INFO": "You can use your Blockchain wallet to store your Bitcoin Cash, send all of your funds to a Bitcoin Cash wallet, or exchange it for bitcoin and/or ether.",
"EXCHANGE_STATUS": "Exchange Status",
Expand Down

0 comments on commit 0824bf9

Please sign in to comment.