Description of lookup_profile item is updated.
Change-Id: I1bc3872627174226d2a62e1205e5e0f79122ced1
diff --git a/app/soc/modules/gsoc/views/admin.py b/app/soc/modules/gsoc/views/admin.py
index 7cbb63f..ac4bc63 100644
--- a/app/soc/modules/gsoc/views/admin.py
+++ b/app/soc/modules/gsoc/views/admin.py
@@ -109,8 +109,7 @@
subpages = [
{
'name': 'lookup_profile',
- 'description': ugettext(
- 'Lookup profile of mentor or student from various program.'),
+ 'description': ugettext('Lookup profile of mentor or student'),
'title': 'Lookup profile',
'link': links.SOC_LINKER.program(
self.data.program, urls.UrlNames.PROFILE_LOOKUP)