Update ChoicesDashlet.php

This commit is contained in:
mpursley 2017-11-01 13:36:46 -07:00 committed by Thomas Gelf
parent 7fb216db4c
commit 284c187ee3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ abstract class ChoicesDashlet extends Dashlet
public function getSummary() public function getSummary()
{ {
return $this->translate( return $this->translate(
'Combine multiple templates into meaningful Choices, making live' 'Combine multiple templates into meaningful Choices, making life'
. ' easier for your users' . ' easier for your users'
); );
} }