MeLi: Fix typos
This commit is contained in:
parent
7571a7b248
commit
da81282143
3 changed files with 9 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue