Skip to content
Snippets Groups Projects
Commit 05d0c3ef authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

add double-click tip to availability form

fixes #81
parent 4f79e532
No related branches found
No related tags found
No related merge requests found
Pipeline #4036 passed
......@@ -19,7 +19,7 @@ class AvailabilitiesFormMixin(forms.Form):
availabilities = forms.CharField(
label=_('Availability'),
help_text=_(
'Please click and drag to mark the availability during the event.'
'Click and drag to mark the availability during the event, double-click to delete.' # Adapted help text
),
widget=forms.TextInput(attrs={'class': 'availabilities-editor-data'}),
required=False,
......
......@@ -37,10 +37,10 @@ msgid "Availability"
msgstr "Verfügbarkeit"
#: AKModel/availability/forms.py:22
msgid "Please click and drag to mark the availability during the event."
msgid "Click and drag to mark the availability during the event, double-click to delete."
msgstr ""
"Bitte klicken und ziehen um die Verfügbarkeiten während des Events zu "
"markieren."
"Klicken und ziehen um die Verfügbarkeiten während des Events zu "
"markieren. Doppelt klicken um Einträge zu löschen."
#: AKModel/availability/forms.py:86
msgid "The submitted availability does not comply with the required format."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment