From efdcba1aa3adb5fbcc5f89cbe860037c8ffa419d Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Wed, 22 Aug 2018 11:05:36 +0100
Subject: [PATCH] Shorten the help text for the copied values

---
 opentech/apply/funds/models/applications.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opentech/apply/funds/models/applications.py b/opentech/apply/funds/models/applications.py
index e9aa7fe05..bb7af8eba 100644
--- a/opentech/apply/funds/models/applications.py
+++ b/opentech/apply/funds/models/applications.py
@@ -115,8 +115,8 @@ class RoundBase(WorkflowStreamForm, SubmittableStreamForm):  # type: ignore
         FieldPanel('reviewers'),
         ReadOnlyPanel('get_workflow_name_display', heading="Workflow"),
         # Forms comes from parental key in models/forms.py
-        ReadOnlyInlinePanel('forms', help_text="Are copied from the parent fund."),
-        ReadOnlyInlinePanel('review_forms', help_text="Are copied from the parent fund."),
+        ReadOnlyInlinePanel('forms', help_text="Copied from the fund."),
+        ReadOnlyInlinePanel('review_forms', help_text="Copied from the fund."),
     ]
 
     edit_handler = TabbedInterface([
-- 
GitLab