From f536cb3536e804886229ea29bcc2186c4789e03e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 30 Aug 2017 18:30:59 +0200 Subject: [PATCH] Fix grammar error --- src/pretix/base/models/tax.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/base/models/tax.py b/src/pretix/base/models/tax.py index a52be5d97f..b2fe0efe88 100644 --- a/src/pretix/base/models/tax.py +++ b/src/pretix/base/models/tax.py @@ -70,9 +70,9 @@ class TaxRule(LoggedModel): default=False, help_text=_("Not recommended. Most events will NOT be qualified for reverse charge since the place of " "taxation is the location of the event. This option disables charging VAT for all customers " - "outside the EU and for business customers in different EU countries that do not " - "customers who entered a valid EU VAT ID. Only enable this option after consulting a tax counsel. " - "No warranty given for correct tax calculation. USE AT YOUR OWN RISK.") + "outside the EU and for business customers in different EU countries who entered a valid EU VAT " + "ID. Only enable this option after consulting a tax counsel. No warranty given for correct tax " + "calculation. USE AT YOUR OWN RISK.") ) home_country = CountryField( verbose_name=_('Merchant country'),