diff --git a/opentech/apply/funds/models/applications.py b/opentech/apply/funds/models/applications.py
index e9aa7fe05c85db10f40eb0255d6b946cf4c690ff..bb7af8ebaed272ac944f9fdb821d00de2dd79b86 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([