Skip to content

Commit

Permalink
Merge pull request #77 from Prisma/wachtwoord-not-paswoord
Browse files Browse the repository at this point in the history
wachtwoord not paswoord
  • Loading branch information
blueclock authored Sep 4, 2017
2 parents 9abd64b + f3b5b36 commit beb51aa
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 beb51aa

Please sign in to comment.