diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py index 11b0fc31d7a0c1a3a894758cdd32790034b1dc4c..770c321c26e15c2cea647c5a68b689fd2b68d87f 100644 --- a/opentech/apply/funds/blocks.py +++ b/opentech/apply/funds/blocks.py @@ -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')