mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Add explanation for rating field #227
This commit is contained in:
parent
ba0aaf785a
commit
ddbd58b4ff
@ -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
|
||||
|
||||
@ -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."
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@ -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"))
|
||||
|
||||
@ -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"))
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user