ee cummings even more

This commit is contained in:
2023-04-15 21:40:04 -04:00
parent 50be85a1c3
commit 04ebe59afe
4 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
<div class="mx-auto pb-8 max-w-2xl flex flex-col justify-center items-center space-y-4">
<h1 class="title text-primary-400 text-xl">
<%= dgettext("actions", "Reset password") %>
<%= dgettext("actions", "reset password") %>
</h1>
<.form
@ -26,7 +26,7 @@
) %>
<%= error_tag(f, :password_confirmation, "col-span-3") %>
<%= submit(dgettext("actions", "Reset password"),
<%= submit(dgettext("actions", "reset password"),
class: "mx-auto btn btn-primary col-span-3"
) %>
</.form>