From 7ff03f4c2c3196dd510e96abdb22bf60da458139 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 8 Feb 2018 15:50:24 +0000 Subject: [PATCH] Fix the spelling mistake --- opentech/apply/funds/blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/blocks.py b/opentech/apply/funds/blocks.py index 11b0fc31d..770c321c2 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') -- GitLab