From 12b81449a359ef681c8f35aa8dfcb34207c6a9f5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 28 Jun 2015 17:32:51 +0200 Subject: [PATCH] Fixed a typo --- doc/development/api/restriction.rst | 2 +- src/pretix/plugins/timerestriction/signals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/api/restriction.rst b/doc/development/api/restriction.rst index a9ea721a36..255587e4e6 100644 --- a/doc/development/api/restriction.rst +++ b/doc/development/api/restriction.rst @@ -282,7 +282,7 @@ Our time restriction example looks like this:: 'formsetclass': formset, 'prefix': 'timerestriction', '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.' } diff --git a/src/pretix/plugins/timerestriction/signals.py b/src/pretix/plugins/timerestriction/signals.py index 94d47bca57..356d3df2f1 100644 --- a/src/pretix/plugins/timerestriction/signals.py +++ b/src/pretix/plugins/timerestriction/signals.py @@ -138,7 +138,7 @@ def formset_handler(sender, **kwargs): 'title': _('Restriction by time'), 'formsetclass': formset, '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 ' '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.'