Commit 0a815e7da0a8756260c6d52c90e2fc7d45f343cd
1 parent
bf1c6636
Exists in
master
and in
7 other branches
Fix signup label
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -352,8 +352,8 @@ |
352 | 352 | <input id="user_email" name="email" type="text" placeholder="E-mail"> |
353 | 353 | </div> |
354 | 354 | <div class="username"> |
355 | - <label for="user_name" class="label">Nome de Usuário / E-mail:</label> | |
356 | - <input id="user_name" name="login" type="text" placeholder="Nome do usuário / E-mail"> | |
355 | + <label for="user_name" class="label">Nome de Usuário</label> | |
356 | + <input id="user_name" name="login" type="text" placeholder="Nome do usuário"> | |
357 | 357 | </div> |
358 | 358 | <div class="password"> |
359 | 359 | <label for="user_password" class="label">Senha:</label> | ... | ... |