mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Typo (#1274)
This commit is contained in:
@@ -279,7 +279,7 @@ class EventSettingsForm(SettingsForm):
|
|||||||
)
|
)
|
||||||
display_net_prices = forms.BooleanField(
|
display_net_prices = forms.BooleanField(
|
||||||
label=_("Show net prices instead of gross prices in the product list (not recommended!)"),
|
label=_("Show net prices instead of gross prices in the product list (not recommended!)"),
|
||||||
help_text=_("Independent of your choice, the cart will show gross prices as this the price that needs to be "
|
help_text=_("Independent of your choice, the cart will show gross prices as this is the price that needs to be "
|
||||||
"paid"),
|
"paid"),
|
||||||
required=False
|
required=False
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user