mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fixed a typo
This commit is contained in:
@@ -282,7 +282,7 @@ Our time restriction example looks like this::
|
|||||||
'formsetclass': formset,
|
'formsetclass': formset,
|
||||||
'prefix': 'timerestriction',
|
'prefix': 'timerestriction',
|
||||||
'description': 'If you use this restriction type, the system will only '
|
'description': 'If you use this restriction type, the system will only '
|
||||||
'sell variations, which are covered by at least one of the '
|
'sell variations which are covered by at least one of the '
|
||||||
'timeframes you define below.'
|
'timeframes you define below.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ def formset_handler(sender, **kwargs):
|
|||||||
'title': _('Restriction by time'),
|
'title': _('Restriction by time'),
|
||||||
'formsetclass': formset,
|
'formsetclass': formset,
|
||||||
'prefix': 'timerestriction',
|
'prefix': 'timerestriction',
|
||||||
'description': 'If you use this restriction type, the system will only sell variations, which are covered '
|
'description': 'If you use this restriction type, the system will only sell variations which are covered '
|
||||||
'by at least one of the timeframes you define below. You can also change the price of '
|
'by at least one of the timeframes you define below. You can also change the price of '
|
||||||
'variations for within the given timeframe. Please note, that if you change the price of '
|
'variations for within the given timeframe. Please note, that if you change the price of '
|
||||||
'variations here, this will overrule the price set in the "Variations" section.'
|
'variations here, this will overrule the price set in the "Variations" section.'
|
||||||
|
|||||||
Reference in New Issue
Block a user