Improves wording

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-08 15:42:55 -03:00
commit 5163e9617c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 16 additions and 18 deletions

View file

@ -77,13 +77,13 @@
</span>
</div>
<div class="text-center" ng-show="sell.success">
<h1 translate>Sale complete</h1>
<h1 translate>Sale initiated</h1>
<p class="text-gray" translate>
A transfer has been initiated to your bank account and should arrive in 4-6 business days.
</p>
<button class="outline dark-gray round expand"
ng-click="$root.go('glidera')" translate>Finish</button>
ng-click="$root.go('glidera')">OK</button>
</div>
</div>
</div>