From f68fd235ee38a2427207d3db01cb7524d90e4d63 Mon Sep 17 00:00:00 2001
From: Parbhat Puri <parbhatpuri17@gmail.com>
Date: Mon, 15 Jul 2019 15:30:07 +0000
Subject: [PATCH] update help text

---
 opentech/apply/funds/forms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/funds/forms.py b/opentech/apply/funds/forms.py
index dfcae2a34..87c9b7287 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:
-- 
GitLab