diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb
index f12ff9d36..09364a038 100644
--- a/app/views/devise/registrations/edit.html.erb
+++ b/app/views/devise/registrations/edit.html.erb
@@ -34,9 +34,9 @@
<% end %>
- (leave blank if you don't want to change it)
<%= f.password_field :password, autocomplete: "new-password",
class: 'form-control', label: 'New password' %>
+ (leave blank if you don't want to change it)
<% if @minimum_password_length %>
<%= @minimum_password_length %> characters minimum
<% end %>
@@ -58,11 +58,11 @@
- (we need your current password to confirm your changes)
<%= f.password_field :current_password,
autocomplete: "current-password",
required: true,
class: 'form-control' %>
+ (we need your current password to confirm your changes)
diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb
index b789a47a2..0fe710240 100644
--- a/app/views/devise/registrations/new.html.erb
+++ b/app/views/devise/registrations/new.html.erb
@@ -34,18 +34,18 @@
- <% if @minimum_password_length %>
- (<%= @minimum_password_length %> characters minimum)
- <% end %>
<%= f.password_field :password,
required: true,
autocomplete: "new-password",
class: 'form-control' %>
+ <% if @minimum_password_length %>
+ (<%= @minimum_password_length %> characters minimum)
+ <% end %>