Skip to content

Commit

Permalink
Improve wording to avoid confusions
Browse files Browse the repository at this point in the history
  • Loading branch information
saadkadhi authored Nov 26, 2016
1 parent 3b86445 commit 93ac9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 align="center"><img src="images/logo.png" height="50"/></h1>
<alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert($index)">{{alert.message}}</alert>
<form ng-submit="login()">
<div class="form-group has-feedback has-feedback-left">
<input type="text" class="form-control" placeholder="Username" ng-model="params.username"/>
<input type="text" class="form-control" placeholder="Login" ng-model="params.username"/>
<i style="top:0px;" class="form-control-feedback glyphicon glyphicon-user"></i>
</div>
<br />
Expand Down

0 comments on commit 93ac9a4

Please sign in to comment.