Skip to content

Commit

Permalink
wachtwoord not paswoord
Browse files Browse the repository at this point in the history
  • Loading branch information
blueclock committed Sep 4, 2017
1 parent 9abd64b commit f3b5b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ion-item>

<ion-item>
<ion-input type="{{type}}" #input [(ngModel)]="password" placeholder="{{'Paswoord' | translate}}"
<ion-input type="{{type}}" #input [(ngModel)]="password" placeholder="{{'Wachtwoord' | translate}}"
[pattern]="util.getPasswordPattern()" clearOnEdit="false" required clearInput></ion-input>
<button ion-button icon-only (click)="toggleShow()" clear item-right>
<ion-icon *ngIf="!show" name="eye" color="medium-gray"></ion-icon>
Expand Down Expand Up @@ -52,7 +52,7 @@
required></ion-input>
</ion-item>
<ion-item>
<ion-input type="{{type}}" #input [(ngModel)]="password" placeholder="{{'Paswoord' | translate}}"
<ion-input type="{{type}}" #input [(ngModel)]="password" placeholder="{{'Wachtwoord' | translate}}"
[pattern]="util.getPasswordPattern()" clearOnEdit="false" required clearInput></ion-input>
<button ion-button icon-only (click)="toggleShow()" clear item-right>
<ion-icon *ngIf="!show" name="eye" color="medium-gray"></ion-icon>
Expand Down

0 comments on commit f3b5b36

Please sign in to comment.