FIX: labels in import wallet

This commit is contained in:
Gabriel Bazán 2018-03-20 10:36:28 -03:00
parent 19aa961687
commit c98de6d45d
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@
<div [attr.padding]="isIOS ? '' : null">
<ion-segment [(ngModel)]="selectedTab" color="primary" (ionChange)="selectTab(selectedTab)">
<ion-segment-button value="words">
{{ 'Words' | translate }}
{{ 'Recovery Phrase' | translate }}
</ion-segment-button>
<ion-segment-button value="file">
{{ 'File' | translate }}
{{ 'File/Text' | translate }}
</ion-segment-button>
</ion-segment>
</div>
@ -98,4 +98,4 @@
<ion-footer>
<button ion-button full class="button-footer" (click)="import()" [disabled]="!importForm.valid">Import wallet</button>
</ion-footer>
</ion-footer>