Skip to content

Commit

Permalink
leave help text alone
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell committed Mar 7, 2025
1 parent 011ea84 commit c086cd0
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ export function SeoEnhancer() {
onChange={ toggleHandler }
label={ __( 'Auto-enhance', 'jetpack' ) }
// __nextHasNoMarginBottom={ true }
help={
! isEnabled &&
__(
"Automattically generate SEO title, SEO description and images' alternative text.",
'jetpack'
)
}
help={ __(
"Automattically generate SEO title, SEO description and images' alt text.",
'jetpack'
) }
/>
</BaseControl>
);
Expand Down

0 comments on commit c086cd0

Please sign in to comment.