fix gettext

This commit is contained in:
2023-01-22 23:52:08 -05:00
parent 8ccd94818c
commit 89413df8c4
9 changed files with 24 additions and 38 deletions

View File

@ -29,7 +29,7 @@
<%= password_input(f, :password, required: true, class: "input input-primary col-span-2") %>
<%= error_tag(f, :password, "col-span-3") %>
<%= label(f, :locale, gettext("Language"), class: "title text-lg text-primary-400") %>
<%= label(f, :locale, gettext("language"), class: "title text-lg text-primary-400") %>
<%= select(
f,
:locale,