Skip to content

Commit

Permalink
#284 - fixed kEnterPin typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 11, 2016
1 parent d26424f commit 19407c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/zm-portal-login.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>

<div ng-if="pinPrompt">
<span style="color:white">{{'kEnterPIN' | translate}}</span>
<span style="color:white">{{'kEnterPin' | translate}}</span>

<div class="pinCode">
<input id="pin-box" type="number" pattern="[0-9]*" ng-model="pindata.pin" ng-keyup="pinChange()" />
Expand Down

0 comments on commit 19407c5

Please sign in to comment.