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

@@ -156,7 +156,7 @@ class CustomFieldNumber extends AbstractCustomField
public function getName()
{
return 'Number';
return 'Number field';
}
public function render($value, CustomField $customField, $documentType = 'html')