Item editor: Make dynamic validity more self-explanatory

This commit is contained in:
Raphael Michel
2024-01-03 10:51:27 +01:00
parent 301d9de18e
commit d5f2f0e3af
3 changed files with 12 additions and 3 deletions

View File

@@ -631,7 +631,7 @@ class Item(LoggedModel):
null=True, blank=True, max_length=16,
verbose_name=_('Validity'),
help_text=_(
'When setting up a regular event, or an event series with time slots, you typically to NOT need to change '
'When setting up a regular event, or an event series with time slots, you typically do NOT need to change '
'this value. The default setting means that the validity time of tickets will not be decided by the '
'product, but by the event and check-in configuration. Only use the other options if you need them to '
'realize e.g. a booking of a year-long ticket with a dynamic start date. Note that the validity will be '