diff --git a/application/dashlet.class.inc.php b/application/dashlet.class.inc.php index 1429a38e9..fbb038641 100644 --- a/application/dashlet.class.inc.php +++ b/application/dashlet.class.inc.php @@ -357,7 +357,7 @@ abstract class DashletGroupBy extends Dashlet public function __construct($sId) { parent::__construct($sId); - $this->aProperties['title'] = 'Hardcoded list of Contacts grouped by location'; + $this->aProperties['title'] = 'Contacts grouped by location'; $this->aProperties['query'] = 'SELECT Contact'; $this->aProperties['group_by'] = 'location_name'; $this->aProperties['style'] = 'table';