Skip to content

Commit

Permalink
fix: revert labels in current member data (LAN-800)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Dec 14, 2023
1 parent 0e1bafa commit a501000
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,37 +209,37 @@ def get_columns(self):
"fieldname": "number",
},
{
"label": _("ES Sachsen-Anhalt"),
"label": _("Hat Sachsen-Anhalt Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_1",
},
{
"label": _("ES Brandenburg"),
"label": _("Hat Brandenburg Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_2",
},
{
"label": _("ES Berlin"),
"label": _("Hat Berlin Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_3",
},
{
"label": _("ES Mecklenburg-Vorpommern"),
"label": _("Hat Mecklenburg-Vorpommern Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_4",
},
{
"label": _("ES Saalekaskade"),
"label": _("Hat Saalekaskade Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_5",
},
{
"label": _("ES LAVT"),
"label": _("Hat LAVT Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_6",
},
{
"label": _("ES VANT"),
"label": _("Hat VANT Erlaubnisschein"),
"fieldtype": "Check",
"fieldname": "has_special_yearly_fishing_permit_7",
},
Expand Down

0 comments on commit a501000

Please sign in to comment.