Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

[FIX] wording fixes to btc page #2479

Merged
merged 1 commit into from
May 6, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/templates/tabs/btc.jade
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ section.col-xs-12.content(ng-controller='BtcCtrl')
//a.dismiss#hide(href="", ng-click="toggle_instructions()") ×

.active.col-xs-12(ng-show="B2R.active")
.title(l10n) Personal Deposit address
.title(l10n) Personal Bitcoin Deposit address (deposit BTC to your Ripple account by sending BTC to this address)
.btc-address(ng-bind="B2R.instructions.instructionParams[0].value")
.description(l10n) Your account is fully verified.
.description(l10n) You can deposit an unlimited amount of BTC.
div(ng-show="loadState.B2RInstructions")
.description(ng-bind="B2R.instructions.instruction")
.snapswap-support-link
Expand Down