forked from CGM_Public/pretix_original
Fixed typos and a little phrasing. (#175)
Mostly in German translation, some small fixes in English text, too.
This commit is contained in:
committed by
Raphael Michel
parent
2ad5565db5
commit
34212841e2
@@ -248,7 +248,7 @@ class Order(LoggedModel):
|
||||
|
||||
def _is_still_available(self) -> Union[bool, str]:
|
||||
error_messages = {
|
||||
'unavailable': _('Some of the ordered products were no longer available.'),
|
||||
'unavailable': _('Some of the ordered products are no longer available.'),
|
||||
}
|
||||
positions = self.positions.all().select_related('item', 'variation')
|
||||
quota_cache = {}
|
||||
|
||||
Reference in New Issue
Block a user