From 4b658f5181f83fc32c0a6a9015733a70460e6386 Mon Sep 17 00:00:00 2001 From: Joe Murray <joe.murray@jmaconsulting.biz> Date: Tue, 15 Sep 2015 09:32:36 -0400 Subject: [PATCH] Add space to label --- CRM/Yoteup/Form/Report/ManagementSummary.mgd.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Yoteup/Form/Report/ManagementSummary.mgd.php b/CRM/Yoteup/Form/Report/ManagementSummary.mgd.php index bd81c9f..84fc193 100644 --- a/CRM/Yoteup/Form/Report/ManagementSummary.mgd.php +++ b/CRM/Yoteup/Form/Report/ManagementSummary.mgd.php @@ -11,11 +11,11 @@ return array ( 'params' => array ( 'version' => 3, - 'label' => 'ManagementSummary', - 'description' => 'ManagementSummary (biz.jmaconsulting.yoteup)', + 'label' => 'Management Summary', + 'description' => 'Management Summary (biz.jmaconsulting.yoteup)', 'class_name' => 'CRM_Yoteup_Form_Report_ManagementSummary', 'report_url' => 'yoteup/managementsummary', 'component' => '', ), ), -); \ No newline at end of file +); -- GitLab