Skip to content
Snippets Groups Projects
Commit 7ff03f4c authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Fix the spelling mistake

parent 9e4a3f0b
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class MustIncludeStatic(StaticBlock):
super().__init__(*args, **kwargs)
class Meta:
admin_text = 'Much be included in the form only once.'
admin_text = 'Must be included in the form only once.'
def render_form(self, *args, **kwargs):
errors = kwargs.pop('errors')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment