Skip to content

Commit f9332de

Browse files
Fix typo in cancellation form
Spotted while processing a requested cancellation.
1 parent 483fd3f commit f9332de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresqleu/confreg/backendforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ class CancelRegistrationForm(ConfirmFormMixin, django.forms.Form):
18961896
reason = django.forms.CharField(required=True, max_length=100, label="Reason for cancel",
18971897
help_text="Copied directly into confirmation emails and refund notices!")
18981898

1899-
confirm_what = 'cancel this registratoin'
1899+
confirm_what = 'cancel this registration'
19001900

19011901
class Methods:
19021902
NO_REFUND = -1

0 commit comments

Comments
 (0)