diff --git a/library/Director/Dashboard/Dashlet/ChoicesDashlet.php b/library/Director/Dashboard/Dashlet/ChoicesDashlet.php index b4cd0a5f..efdbba5b 100644 --- a/library/Director/Dashboard/Dashlet/ChoicesDashlet.php +++ b/library/Director/Dashboard/Dashlet/ChoicesDashlet.php @@ -14,7 +14,7 @@ abstract class ChoicesDashlet extends Dashlet public function getSummary() { return $this->translate( - 'Combine multiple templates into meaningful Choices, making live' + 'Combine multiple templates into meaningful Choices, making life' . ' easier for your users' ); }