diff --git a/core/modules/content_translation/content_translation.module b/core/modules/content_translation/content_translation.module index d0b0d93..4e0f062 100644 --- a/core/modules/content_translation/content_translation.module +++ b/core/modules/content_translation/content_translation.module @@ -158,7 +158,7 @@ function content_translation_entity_field_info($entity_type) { $info['definitions']['translation_created'] = array( 'label' => t('Translation created time'), 'description' => t('The Unix timestamp when the translation was created.'), - 'type' => 'integer_item', + 'type' => 'integer_field', ); $info['definitions']['translation_changed'] = array( 'label' => t('Translation changed time'),