Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarholt committed Nov 18, 2024
1 parent 39363f5 commit 6f354ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/SeoAIExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function updateCMSFields(FieldList $fields)
$fields->insertBefore('MetaTitle', CompositeField::create(CmsInlineFormAction::create('generateTags', 'Generate SEO Tags')
->addExtraClass('generate-seo-button')
)
->setDescription('Generate SEO tags using AI. Tags are generated from published page data only to ensure accuracy.')
->setDescription('NOTE: Publish the page before generating. The results are generated from the published page to ensure accuracy.')
);
}
}

0 comments on commit 6f354ed

Please sign in to comment.