translation in choices name

This commit is contained in:
2015-12-17 22:12:50 +01:00
parent cbc66dc0f0
commit 60dc11caed
5 changed files with 8 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ class CustomFieldLongChoice extends AbstractCustomField
public function getName()
{
return 'Long Choice';
return 'Long choice field';
}
public function render($value, \Chill\CustomFieldsBundle\Entity\CustomField $customField, $documentType = 'html')