Skip to content
Snippets Groups Projects
Verified Commit c0093762 authored by Dave Long's avatar Dave Long
Browse files

Issue #3382737 by _utsavsharma, acbramley, vbouchet, smustgrave: Improve Authored On description

parent 49ecf1d7
No related branches found
No related tags found
No related merge requests found
......@@ -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', [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment