mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Use "their" instead of "his"
This commit is contained in:
@@ -411,7 +411,7 @@ class EventSettingsForm(SettingsForm):
|
||||
class PaymentSettingsForm(SettingsForm):
|
||||
payment_term_days = forms.IntegerField(
|
||||
label=_('Payment term in days'),
|
||||
help_text=_("The number of days after placing an order the user has to pay to preserve his reservation."),
|
||||
help_text=_("The number of days after placing an order the user has to pay to preserve their reservation."),
|
||||
)
|
||||
payment_term_last = RelativeDateField(
|
||||
label=_('Last date of payments'),
|
||||
|
||||
Reference in New Issue
Block a user