Skip to content
Snippets Groups Projects
Commit 956cdacc authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix small typo in devise views

parent f01c2a64
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<div class="field">
<%= f.label :password, "Nova Senha" %><br />
<% if @minimum_password_length %>
<em>(<%= @minimum_password_length %> caractéres no mínimo)</em><br />
<em>(<%= @minimum_password_length %> caracteres no mínimo)</em><br />
<% end %>
<%= f.password_field :password, autofocus: true, autocomplete: "off" %>
</div>
......
......@@ -16,7 +16,7 @@
<div class="field">
<%= f.label :password %>
<% if @minimum_password_length %>
<em>(<%= @minimum_password_length %> caractéres mínimos)</em>
<em>(<%= @minimum_password_length %> caracteres mínimos)</em>
<% end %><br/>
<%= f.password_field :password, autocomplete: "off" %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment