add further locale tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2025-06-18 14:48:16 +02:00
parent ca4ac3a1c0
commit dedd40b949
Signed by: moritz
GPG key ID: 1020A035E5DD0824
8 changed files with 73 additions and 13 deletions

View file

@ -26,7 +26,9 @@ defmodule MvWeb.MemberLive.FormComponent do
<div>
<.header>
{@title}
<:subtitle>{gettext("Use this form to manage member records and their properties.")}</:subtitle>
<:subtitle>
{gettext("Use this form to manage member records and their properties.")}
</:subtitle>
</.header>
<.simple_form
@ -104,7 +106,7 @@ defmodule MvWeb.MemberLive.FormComponent do
socket =
socket
|> put_flash(:info, gettext("Mitglied %{action} erfolgreich", action: action))
|> put_flash(:info, gettext("Member %{action} successfully", action: action))
|> push_patch(to: socket.assigns.patch)
{:noreply, socket}