MeLi: Fix typos

This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-09 11:30:01 -03:00
commit da81282143
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@
<i class="icon big-icon-svg">
<div class="bg icon-amazon"></div>
</i>
<span>Vales-Presente do Mercado Livre Brasil</span>
<span>Vale-Presente do Mercado Livre Brasil</span>
</div>
<div class="amount-label">
<div class="amount">{{amountUnitStr}}</div>
@ -39,7 +39,7 @@
Details
</div>
<div class="item">
<span translate>Gift card</span>
<span translate>Gift Card</span>
<span class="item-note">
{{amount | currency:'$ ':2}}<span ng-if="amount"> {{currencyIsoCode}}</span>
</span>

View file

@ -20,7 +20,7 @@
<div ng-show="card.cardStatus == 'active'">
<div class="redeem-pin" copy-to-clipboard="card.pin">{{card.pin}}</div>
<button class="button-redeem"
ng-click="openExternalLink('https://www.mercadolivre.com.br/redeem?pin=' + card.pin)" translate>
ng-click="openExternalLink('https://www.mercadolivre.com.br')" translate>
Redeem now
</button>
</div>