improve accessibility even more
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
2023-03-19 15:28:53 -04:00
parent 4e17739b4d
commit a03f8ebb8a
24 changed files with 290 additions and 158 deletions

View File

@ -107,9 +107,9 @@
action={Routes.user_settings_path(@conn, :update)}
class="flex flex-col space-y-4 sm:space-y-0 sm:grid sm:grid-cols-3 sm:gap-4 justify-center items-center"
>
<h3 class="title text-primary-400 text-lg text-center col-span-3">
<%= dgettext("actions", "change language") %>
</h3>
<%= label(f, :locale, dgettext("actions", "change language"),
class: "title text-primary-400 text-lg text-center col-span-3"
) %>
<div
:if={@locale_changeset.action && not @locale_changeset.valid?()}