Fix typo
This commit is contained in:
parent
4f57239c33
commit
ef928c41d4
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.services').factory('mercadoLibreService', function($htt
|
||||||
|
|
||||||
var homeItem = {
|
var homeItem = {
|
||||||
name: 'mercadoLibre',
|
name: 'mercadoLibre',
|
||||||
title: 'Vales-presente do Mercado Livre Brasil',
|
title: 'Vales-Presente do Mercado Livre Brasil',
|
||||||
icon: 'icon-ml',
|
icon: 'icon-ml',
|
||||||
sref: 'tabs.giftcards.mercadoLibre',
|
sref: 'tabs.giftcards.mercadoLibre',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<i class="icon big-icon-svg">
|
<i class="icon big-icon-svg">
|
||||||
<div class="bg icon-amazon"></div>
|
<div class="bg icon-amazon"></div>
|
||||||
</i>
|
</i>
|
||||||
<span>Vales-presente do Mercado Livre Brasil</span>
|
<span>Vales-Presente do Mercado Livre Brasil</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="amount-label">
|
<div class="amount-label">
|
||||||
<div class="amount">{{amountUnitStr}}</div>
|
<div class="amount">{{amountUnitStr}}</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue