diff --git a/core/modules/node/src/Entity/Node.php b/core/modules/node/src/Entity/Node.php index f39c3e5a616141564712d4bc7e8576e42916eb8b..b59e634be762aa34e57270665db34bca3b30cc6c 100644 --- a/core/modules/node/src/Entity/Node.php +++ b/core/modules/node/src/Entity/Node.php @@ -312,7 +312,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { $fields['created'] = BaseFieldDefinition::create('created') ->setLabel(t('Authored on')) - ->setDescription(t('The time that the node was created.')) + ->setDescription(t('The date and time that the content was created.')) ->setRevisionable(TRUE) ->setTranslatable(TRUE) ->setDisplayOptions('view', [