Skip to content

Commit 8570239

Browse files
Fix typo in RuleAdminForm validation error message
1 parent 7175419 commit 8570239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robots/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def clean(self):
1414
"allowed", False
1515
):
1616
raise forms.ValidationError(
17-
_("Please specify at least one allowed or dissallowed URL.")
17+
_("Please specify at least one allowed or disallowed URL.")
1818
)
1919
return self.cleaned_data

0 commit comments

Comments
 (0)