Skip to content
Snippets Groups Projects
Commit f6291230 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2571923 by nevergone: Remove HTML support from date formats and replace...

Issue #2571923 by nevergone: Remove HTML support from date formats and replace remaining !placeholder for aggregator
parent 156e903f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -218,7 +218,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
$fields['description'] = BaseFieldDefinition::create('string_long')
->setLabel(t('Description'))
->setDescription(t("The parent website's description that comes from the !description element in the feed.", array('!description' => '<description>')));
->setDescription(t("The parent website's description that comes from the @description element in the feed.", array('@description' => '<description>')));
$fields['image'] = BaseFieldDefinition::create('uri')
->setLabel(t('Image'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment