Merge branch 'main' into feat/299_plz
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
9a7608f9a1
16 changed files with 573 additions and 88 deletions
|
|
@ -30,6 +30,7 @@ defmodule MvWeb.Translations.MemberFields do
|
|||
def label(:country), do: gettext("Country")
|
||||
def label(:membership_fee_start_date), do: gettext("Membership Fee Start Date")
|
||||
def label(:membership_fee_status), do: gettext("Membership Fee Status")
|
||||
def label(:membership_fee_type), do: gettext("Fee Type")
|
||||
def label(:groups), do: gettext("Groups")
|
||||
|
||||
# Fallback for unknown fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue