fix(buyandsell): minor language improvements to buyandsell flows
This commit is contained in:
parent
aaf9008394
commit
1ba28be47c
6 changed files with 8 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
<ion-nav-title translate>Buy & Sell Bitcoin</ion-nav-title>
|
||||
<ion-nav-title translate>Buy or Sell Bitcoin</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="list">
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<img src="/img/icon-bitcoin.svg"/>
|
||||
</i>
|
||||
<div class="explain-heading" translate>Connect an Exchange</div>
|
||||
<div class="explain-description" translate>Buy and sell bitcoin directly from your wallet by connecting your exchange accounts.</div>
|
||||
<div class="explain-description" translate>Buy or sell bitcoin directly from your wallet by connecting your exchange accounts.</div>
|
||||
</div>
|
||||
<div class="item item-divider"></div>
|
||||
<div ng-repeat="service in services">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue