diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 32dfafe21..a072aa704 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -100,7 +100,7 @@

BitPay Visa® Card

-

{{!cardsHistory[card.id].balance ? '$' + cardsHistory[card.id].balance : 'Add funds to get started'|translate}}

+

{{cardsHistory[card.id].balance ? '$' + cardsHistory[card.id].balance : 'Add funds to get started'|translate}}