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

Commit

Permalink
Merge pull request #121 from jstettner/eth-style-fixes
Browse files Browse the repository at this point in the history
Eth content/style fix
  • Loading branch information
plondon committed Jul 26, 2017
2 parents a0f8ac4 + ddf7ebd commit 6719eac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/templates/transaction-destinations.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div.main-font.em-300.f-14(ng-class="{'flex-column-reverse' : (transaction.txType
span.pointer(ng-show="txLabels.preview && txLabels.primary.length > 1 && !transaction.toggled" ng-click="transaction.toggled = !transaction.toggled") {{ txLabels.preview }}
span.dest-oflow(ng-hide="txLabels.preview && txLabels.primary.length > 1 && !transaction.toggled")
span
.flex-row(ng-repeat="address in txLabels.primary track by $index")
.flex-row.overflow-scroll(ng-repeat="address in txLabels.primary track by $index")
span(ng-bind-html="address.label | escapeHtml | highlight:search" uib-tooltip="{{address.address}}" tooltip-class="address" tooltip-enable="address.identity >= 0" tooltip-append-to-body="true")
span(ng-show="txLabels.primary.length > 1")
| (
Expand Down
16 changes: 8 additions & 8 deletions locales/en-human.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"CAN_I_BUY_ETH": {
"Q": "How do I buy ether?",
"A": "We're working on that. Our users will be notified once that feature becomes available."
"A": "We'll let you know when this feature becomes available."
},
"CAN_I_BUY_UNINVITED": {
"Q": "Can I buy bitcoin?",
Expand All @@ -45,15 +45,15 @@
},
"HOW_TO_TRANSACT_BTC": {
"Q": "How do I receive/send bitcoin?",
"A": "To receive bitcoin, the sender needs your bitcoin address. Our wallet will automatically generate a new address for each transaction you want to make. Click on Receive and copy the address to share with the sender. To send bitcoin, click Send, enter the recipient’s bitcoin address in the ‘To’ field and how much you want to send."
"A": "To receive bitcoin, the sender needs your bitcoin address. Our wallet will automatically generate a new address for each transaction you want to make. Click on Request and copy the address to share with the sender. To send bitcoin, click Send, enter the recipient’s bitcoin address in the ‘To’ field and how much you want to send."
},
"HOW_TO_TRANSACT_ETH": {
"Q": "How do I receive/send ether?",
"A": "To receive ether, the sender needs your ether address (which is different from your bitcoin address). Simply click on ‘Ether’ in the left menu to access your ether dashboard. Once there, click on ‘Request’ to find your ether address. Copy the address and share it with the sender. To send ether, click ‘Send’ from the ether transactions tab, enter the recipient’s ether address in the ‘To’ field and how much you want to send."
},
"HOW_MUCH_TO_SEND": {
"Q": "How much does it cost to send bitcoin or ether?",
"A": "While our wallet is entirely free to use, the small fee included in your transaction goes to the miners, who help power the flow of transactions on the Bitcoin and Ethereum networks. To ensure your transactions confirm consistently and reliably, our wallet will automatically include an appropriate fee based on your transaction’s size and the level of network traffic at the time. Before you send your transaction, you can view the included fee that we recommend. If you wish to specify your own fee, you can do so under Advanced Send."
"A": "While our wallet is entirely free to use, the small fee included in your transaction goes to the miners, who help power the flow of transactions on the Bitcoin and Ethereum networks. To ensure your transactions confirm consistently and reliably, our wallet will automatically include an appropriate fee based on the level of network traffic at the time. If you wish to specify your own fee for bitcoin transactions, you can do so under Customize Fee."
},
"WHEN_IS_A_TX_CONFIRMED": {
"Q": "How do I know a transaction has been successfully received/sent?",
Expand All @@ -65,7 +65,7 @@
},
"CAN_BC_RESET_PW": {
"Q": "Can Blockchain reset my password?",
"A": "At Blockchain, we’re committed to letting customers maintain full control of their funds. In that spirit, we never see or store your password, so we can’t reset it for you. However, we do provide users a recovery phrase that can be used to restore access to your funds. Head over to our Security Center to get yours and make sure you store it somewhere secure and never share it."
"A": "At Blockchain, we’re committed to letting customers maintain full control of their funds. In that spirit, we never see or store your password, so we can’t reset it for you. However, we do provide users a backup phrase that can be used to restore access to your funds. Head over to our Security Center to get yours and make sure you store it somewhere secure and never share it."
}
},
"SETTINGS": "Settings",
Expand Down Expand Up @@ -455,7 +455,7 @@
"IP_INVALID": "Invalid IP Address",
"IP_NOT_ALLOWED" : "%.%.%.% is not allowed",
"WALLET_SECOND_PASSWORD" : "Second Wallet Password",
"WALLET_SECOND_PASSWORD_EXPLAIN" : "For additional security, you can choose a second password that is asked whenever you want to spend bitcoins. Beware that there is no password reset functionality.",
"WALLET_SECOND_PASSWORD_EXPLAIN" : "For additional security, you can choose a second password that is asked whenever you want to spend your funds. Beware that there is no password reset functionality.",
"SECOND_PASSWORD_SET" : "Second Password Enabled",
"REMOVE_SECOND_PASSWORD" : "Remove Second Password",
"SECOND_PASSWORD_INCORRECT" : "Incorrect Second Password, please try again.",
Expand Down Expand Up @@ -560,7 +560,7 @@
"TRY_AGAIN": "Try Again",
"DESCRIBE_TRANSACTIONS" : " Transactions occur when you receive and send bitcoin.",
"DESCRIBE_TRANSACTIONS_ETH" : "Transactions occur when you receive and send ether",
"WEB_ONLY_ETH" : "Note: Ether is currently only available in your web wallet. You transactions won't be visible in your mobile wallet.",
"WEB_ONLY_ETH" : "Note: Ether is currently only available in your web wallet. Your transactions won't be visible in your mobile wallet.",
"HIT_RECEIVE" : "Click <b class='pointer black em-500'><i class='bc-icon-receive'></i> Receive </b> to deposit bitcoin into your wallet.",
"HIT_SEND" : "Click <b class='pointer black em-500'><i class='bc-icon-send'></i> Send </b> to instantly send bitcoin anywhere in the world!",
"FIRST_ACCOUNT_NAME" : "My Bitcoin Wallet",
Expand Down Expand Up @@ -745,7 +745,7 @@
"DYK_HOW_IT_WORKS_TITLE": "How it works",
"DYK_HD_PRIVACY": "If you use the same address each time you receive funds, it becomes easy for anyone to track your entire payment history. So we create a new bitcoin address for every transaction to give you more privacy.",
"DYK_HD_PRIVACY_TITLE": "Privacy benefits of HD addresses",
"DYK_DYNAMIC_FEES": "We adjust your fees dynamically depending on network conditions and the size of your transaction.",
"DYK_DYNAMIC_FEES": "We adjust your bitcoin fees dynamically depending on network conditions and the size of your transaction.",
"DYK_DYNAMIC_FEES_TITLE": "Blockchain optimizes your fees",
"DYK_OPEN_SOURCE": "All the code related to our wallet is open source. Contribute to the development of our wallet at https://github.com/blockchain.",
"DYK_OPEN_SOURCE_TITLE": "Open source",
Expand Down Expand Up @@ -824,7 +824,7 @@
"REDIRECTING": "We're redirecting you to your wallet now!",
"TAKES_A_WHILE": "This may take a while. If your browser asks if you want to cancel the script, please press continue.",
"NOTIFICATIONS" : "Notifications",
"NOTIFICATIONS_EXPLAIN" : "Get notified when you receive bitcoin or ether.",
"NOTIFICATIONS_EXPLAIN" : "Get notified when you receive bitcoin.",
"VERIFY_EMAIL_FIRST" : "Verify your email address to enable notifications",
"VERIFY_MOBILE_FIRST": "Verify your mobile number to enable notifications",
"SMS": "SMS",
Expand Down

0 comments on commit 6719eac

Please sign in to comment.