forked from CGM_Public/pretix_original
Fix grammar error
This commit is contained in:
@@ -70,9 +70,9 @@ class TaxRule(LoggedModel):
|
|||||||
default=False,
|
default=False,
|
||||||
help_text=_("Not recommended. Most events will NOT be qualified for reverse charge since the place of "
|
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 "
|
"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 "
|
"outside the EU and for business customers in different EU countries who entered a valid EU VAT "
|
||||||
"customers who entered a valid EU VAT ID. Only enable this option after consulting a tax counsel. "
|
"ID. Only enable this option after consulting a tax counsel. No warranty given for correct tax "
|
||||||
"No warranty given for correct tax calculation. USE AT YOUR OWN RISK.")
|
"calculation. USE AT YOUR OWN RISK.")
|
||||||
)
|
)
|
||||||
home_country = CountryField(
|
home_country = CountryField(
|
||||||
verbose_name=_('Merchant country'),
|
verbose_name=_('Merchant country'),
|
||||||
|
|||||||
Reference in New Issue
Block a user