diff --git a/opentech/apply/funds/forms.py b/opentech/apply/funds/forms.py
index dfcae2a346522518266a8f8ea337b04395812840..87c9b72870b2ebba206ec8e66c2c8c1c10522448 100644
--- a/opentech/apply/funds/forms.py
+++ b/opentech/apply/funds/forms.py
@@ -329,7 +329,7 @@ class UpdateMetaCategoriesForm(forms.ModelForm):
         label='Meta categories',
         choices_groupby='get_parent',
         required=False,
-        help_text='Meta categories are hierarchical in nature, - highlights the depth in the tree.',
+        help_text='Meta categories are hierarchical in nature.',
     )
 
     class Meta: