Fix strings

This commit is contained in:
Gustavo Maximiliano Cortez 2018-03-19 15:11:47 -03:00
parent 661fbf0aa3
commit 6ec4506be4
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<ion-header>
<ion-navbar>
<ion-title>{{'Add Funds' | translate}}</ion-title>
<ion-title>{{'Add funds' | translate}}</ion-title>
</ion-navbar>
</ion-header>

View File

@ -12,7 +12,7 @@
{{balance | currency:currencySymbol:2 }}
</div>
<button ion-button color="primary" (click)="topUp()" *ngIf="balance" no-low-fee>
<span translate>Add Funds</span> &rarr;
<span translate>Add funds</span> &rarr;
</button>
<div class="card-info">