Commit 3c9ae4e62bef749412d71c8a37528d6d2ccd78a6
1 parent
e849e4b5
Exists in
master
and in
5 other branches
Fix forgot password label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -427,7 +427,7 @@ |
427 | 427 | <div class="message alert-danger hide"></div> |
428 | 428 | <div class="row"> |
429 | 429 | <div class="value col-sm-12"> |
430 | - <label for="forgot-password-value" class="label">Nome de usuário ou E-mail:</label> | |
430 | + <label for="forgot-password-value" class="label">Informe o nome de usuário ou E-mail:</label> | |
431 | 431 | <input id="forgot-password-value" name="value" type="text" required placeholder="Nome de usuário ou E-mail"> |
432 | 432 | </div> |
433 | 433 | </div> | ... | ... |