Skip to content
Snippets Groups Projects
Commit f2a7af24 authored by Andreas Hubel's avatar Andreas Hubel
Browse files

chore(event form): fix tags help text

parent f912b36a
Branches
Tags
No related merge requests found
...@@ -39,7 +39,7 @@ class EventForm(TranslatedFieldsForm): ...@@ -39,7 +39,7 @@ class EventForm(TranslatedFieldsForm):
'schedule_start': forms.DateTimeInput(attrs={'type': 'datetime-local'}, format='%Y-%m-%dT%H:%M:%S%z'), 'schedule_start': forms.DateTimeInput(attrs={'type': 'datetime-local'}, format='%Y-%m-%dT%H:%M:%S%z'),
} }
tags_list = forms.CharField(required=False, label=_('Tags'), help_text=_('Project__tags__help')) tags_list = forms.CharField(required=False, label=_('Tags'), help_text=_('Event__tags__help'))
def __init__( def __init__(
self, self,
......
...@@ -54,7 +54,10 @@ msgid "Tags" ...@@ -54,7 +54,10 @@ msgid "Tags"
msgstr "" msgstr ""
msgid "Project__tags__help" msgid "Project__tags__help"
msgstr "Unter diesen Tags wird das Project zu finden sein" msgstr "Unter diesen Tags wird das Projekt zu finden sein"
msgid "Event__tags__help"
msgstr "Unter diesen Tags wird die Veranstaltung zu finden sein"
msgid "SoS" msgid "SoS"
msgstr "Self-organized Session" msgstr "Self-organized Session"
......
...@@ -56,6 +56,9 @@ msgstr "" ...@@ -56,6 +56,9 @@ msgstr ""
msgid "Project__tags__help" msgid "Project__tags__help"
msgstr "The project will be found under these tags" msgstr "The project will be found under these tags"
msgid "Event__tags__help"
msgstr "The event will be found under these tags"
msgid "SoS" msgid "SoS"
msgstr "Self-Organized Session" msgstr "Self-Organized Session"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment