Fix syntax

This commit is contained in:
Gustavo Maximiliano Cortez 2018-03-20 12:04:20 -03:00
parent e7e31e0bfc
commit 65ebcbeec5
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@
</ion-content>
<ion-footer>
<button ion-button block class="button-footer" (click)="sweepWallet()" [disabled]="sending || balanceSat <= 0 || noMatchingWallet">
{{'Sweep'translate}}
{{'Sweep' | translate}}
</button>
</ion-footer>