Issue #2606276 by zsofi.major: "Content type where is used this field" incorrect in FieldInstance.php

8.0.x
webchick 2015-11-12 13:44:01 -08:00
parent aa4885c8e2
commit 5bc4f6625a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class FieldInstance extends DrupalSqlBase {
public function fields() {
return array(
'field_name' => $this->t('The machine name of field.'),
'type_name' => $this->t('Content type where is used this field.'),
'type_name' => $this->t('Content type where this field is in use.'),
'weight' => $this->t('Weight.'),
'label' => $this->t('A name to show.'),
'widget_type' => $this->t('Widget type.'),