From c009376247d0d17a26321e72d5313ffe24823fcc Mon Sep 17 00:00:00 2001
From: Dave Long <dave@longwaveconsulting.com>
Date: Mon, 23 Oct 2023 22:54:13 +0100
Subject: [PATCH] Issue #3382737 by _utsavsharma, acbramley, vbouchet,
 smustgrave: Improve Authored On description

---
 core/modules/node/src/Entity/Node.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/node/src/Entity/Node.php b/core/modules/node/src/Entity/Node.php
index f39c3e5a6161..b59e634be762 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', [
-- 
GitLab