diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb
index 0e23c8c30798c6881a412789d47a8a5663d3d066..7ade5e68a35d655c07ce77d9ae9293e96c7a50d6 100644
--- a/app/views/devise/passwords/edit.html.erb
+++ b/app/views/devise/passwords/edit.html.erb
@@ -30,7 +30,7 @@
                 input_html: { autocomplete: "new-password" } %>
   </div>
 
-  <div class="form-actions text-center mt-3">
+  <div class="form-actions text-end mt-3">
     <%= f.button :submit, t(".change_my_password"), class: 'btn btn-primary' %>
   </div>
 <% end %>