Skip to content

Commit

Permalink
rename notice field (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebakernz authored Nov 4, 2024
1 parent d6e3ad2 commit 45242e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Extension/SeoPageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function updateCMSFields(FieldList $fields)
// SEO notice
if (!$this->owner->MetaTitle || !$this->owner->MetaDescription) {
$fields->addFieldToTab('Root.Main',
LiteralField::create('SEO Notice', '<p class="message warning">Attention required: Please complete the SEO fields below.</p>')
LiteralField::create('SEONotice', '<p class="message warning">Attention required: Please complete the SEO fields below.</p>')
);
}

Expand Down

0 comments on commit 45242e2

Please sign in to comment.