Allow to update -> Allow updating (#6131)

This commit is contained in:
sweenu
2026-07-06 11:54:33 +02:00
committed by GitHub
parent 6fdcbcebd2
commit c1683df1fd
55 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -1276,7 +1276,7 @@ DEFAULTS = {
'serializer_class': serializers.BooleanField,
'write_permission': 'event.settings.invoicing:write',
'form_kwargs': dict(
label=_("Allow to update existing invoices"),
label=_("Allow updating existing invoices"),
help_text=_("By default, invoices can never again be changed once they are issued. In most countries, we "
"recommend to leave this option turned off and always issue a new invoice if a change needs "
"to be made."),