This commit is contained in:
parent
ca4ac3a1c0
commit
dedd40b949
8 changed files with 73 additions and 13 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue