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

Update the help text for the static field

parent 146f8178
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class MustIncludeStatic(StaticBlock):
super().__init__(*args, **kwargs)
class Meta:
admin_text = 'Much be included in the form once.'
admin_text = 'Much 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