Add explanation for rating field #227

This commit is contained in:
Daniel Grams 2021-07-21 16:30:40 +02:00
parent ba0aaf785a
commit ddbd58b4ff
7 changed files with 8 additions and 8 deletions

View File

@ -655,7 +655,7 @@ msgstr ""
#: project/forms/event.py:242 project/forms/reference.py:18
#: project/forms/reference.py:31 project/forms/reference_request.py:74
msgid "Choose how relevant the event is to your organization."
msgid "Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
msgstr ""
#: project/forms/event.py:250 project/forms/event.py:259

View File

@ -240,7 +240,7 @@ class BaseEventForm(SharedEventForm):
coerce=int,
choices=event_rating_choices,
description=lazy_gettext(
"Choose how relevant the event is to your organization."
"Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
),
)

View File

@ -16,7 +16,7 @@ class CreateEventReferenceForm(FlaskForm):
coerce=int,
choices=event_rating_choices,
description=lazy_gettext(
"Choose how relevant the event is to your organization."
"Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
),
)
submit = SubmitField(lazy_gettext("Save reference"))
@ -29,7 +29,7 @@ class UpdateEventReferenceForm(FlaskForm):
coerce=int,
choices=event_rating_choices,
description=lazy_gettext(
"Choose how relevant the event is to your organization."
"Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
),
)
submit = SubmitField(lazy_gettext("Update reference"))

View File

@ -72,7 +72,7 @@ class ReferenceRequestReviewForm(FlaskForm):
coerce=int,
choices=event_rating_choices,
description=lazy_gettext(
"Choose how relevant the event is to your organization."
"Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
),
)
submit = SubmitField(lazy_gettext("Save review"))

View File

@ -682,8 +682,8 @@ msgstr "Bewertung"
#: project/forms/event.py:242 project/forms/reference.py:18
#: project/forms/reference.py:31 project/forms/reference_request.py:74
msgid "Choose how relevant the event is to your organization."
msgstr "Wähle aus, wie relevant die Veranstaltung für deine Organisation ist."
msgid "Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
msgstr "Wähle aus, wie relevant die Veranstaltung für deine Organisation ist. Der Wert ist nicht sichtbar und dient der Sortierung."
#: project/forms/event.py:250 project/forms/event.py:259
#: project/forms/event.py:319 project/forms/event_suggestion.py:50

View File

@ -656,7 +656,7 @@ msgstr ""
#: project/forms/event.py:242 project/forms/reference.py:18
#: project/forms/reference.py:31 project/forms/reference_request.py:74
msgid "Choose how relevant the event is to your organization."
msgid "Choose how relevant the event is to your organization. The value is not visible and is used for sorting."
msgstr ""
#: project/forms/event.py:250 project/forms/event.py:259