From 88607918024ada7735a921bd802c01bae822d314 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Tue, 23 Jan 2018 22:22:39 +0000 Subject: [PATCH] Update the help text for the static field --- 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 52139a54f..1c251f4dd 100644 --- a/opentech/apply/funds/blocks.py +++ b/opentech/apply/funds/blocks.py @@ -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') -- GitLab