i18n: Update translations
This commit is contained in:
parent
aaa897c8dc
commit
6417958ccc
5 changed files with 68 additions and 33 deletions
|
|
@ -93,12 +93,12 @@ defmodule MvWeb.ImportLive do
|
|||
<%= if Authorization.can?(@current_user, :create, Mv.Membership.Member) do %>
|
||||
<%!-- CSV Import Section --%>
|
||||
<.header>
|
||||
{gettext("Import Members (CSV)")}
|
||||
{gettext("Import Members")}
|
||||
<:subtitle>
|
||||
{gettext("Import members from CSV files.")}
|
||||
</:subtitle>
|
||||
</.header>
|
||||
<.form_section title={gettext("Datei auswählen")}>
|
||||
<.form_section title={gettext("Choose CSV file")}>
|
||||
<Components.custom_fields_notice {assigns} />
|
||||
<Components.template_links {assigns} />
|
||||
<Components.import_form {assigns} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue