Fix bitpayCard and buyAmazon

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-29 18:54:14 -03:00
commit 0ad20fcc77
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 8 additions and 57 deletions

View file

@ -13,7 +13,7 @@
</div>
<div ng-if="type == 'created'" class="popup-txsigned m30tp">
<div ng-if="type == 'created'" class="popup-txsigned text-center m30tp">
<i class="icon ion-checkmark-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Proposal Created</span>
@ -25,7 +25,7 @@
<div ng-if="type == 'accepted'" class="popup-txsigned m30tp">
<div ng-if="type == 'accepted'" class="popup-txsigned text-center m30tp">
<i class="icon ion-checkmark-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Accepted</span>
@ -35,7 +35,7 @@
</div>
</div>
<div ng-if="type=='rejected'" class="popup-txrejected m30tp">
<div ng-if="type=='rejected'" class="popup-txrejected text-center m30tp">
<i class="icon ion-close-round"></i>
<div class="text-center size-18 tu text-bold m20t">
<span translate>Payment Rejected</span>