mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Typo (#1274)
This commit is contained in:
@@ -279,7 +279,7 @@ class EventSettingsForm(SettingsForm):
|
||||
)
|
||||
display_net_prices = forms.BooleanField(
|
||||
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"),
|
||||
required=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user