diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 18:57:20 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 18:57:20 +0100 |
| commit | c6186b71c12dece6878ca457afa801f2a79bac0b (patch) | |
| tree | 00ab4fb45532a98919c0af09a53904c0450c41e0 /client/partials/login.html | |
| parent | fe06bd586aa2af6ea6bfc426caadee429d100380 (diff) | |
Change folder architecture !
Diffstat (limited to 'client/partials/login.html')
| -rw-r--r-- | client/partials/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/partials/login.html b/client/partials/login.html index 8571e61..387b075 100644 --- a/client/partials/login.html +++ b/client/partials/login.html @@ -14,12 +14,12 @@ <div class="form-group"> <label label-default="" for="inputUser">User</label> <input class="form-control" id="inputUser" - placeholder="Enter email" type="text" ng-model="identityFormData.user"> + placeholder="Email" type="text" ng-model="identityFormData.user"> </div> <div class="form-group"> <label label-default="" for="inputProject">Project</label> <input class="form-control" id="inputProject" - placeholder="Password" type="password" ng-model="identityFormData.project"> + placeholder="Project Name" type="password" ng-model="identityFormData.project"> </div> <div class="form-group"> <label label-default="" for="inputPassword">Password</label> |
