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

@@ -90,7 +90,7 @@ class CustomFieldTitle extends AbstractCustomField
public function getName()
{
return 'title';
return 'Title';
}
public function isEmptyValue($value, CustomField $customField)