Skip to content

Commit

Permalink
Fixes the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkuu committed Jun 19, 2024
1 parent 7aabf51 commit 3a6c2ac
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ export const AiFixAssessmentsUpsell = ( {
<div className="yst-px-10 yst-pb-10 yst-flex yst-flex-col yst-items-center">
<div className="yst-mt-4 yst-mx-1.5 yst-text-center">
<h3 className="yst-text-slate-900 yst-text-lg yst-font-medium">
{
/* translators: %s: Yoast AI */
sprintf(
__( "Optimize your SEO content with %s", "wordpress-seo" ),
"Yoast AI"
)
{
sprintf(
/* translators: %s: Expands to "Yoast AI" */
__( "Optimize your SEO content with %s", "wordpress-seo" ),
"Yoast AI"
)
}
</h3>
<div className="yst-mt-2 yst-text-slate-600 yst-text-sm">
Expand Down

0 comments on commit 3a6c2ac

Please sign in to comment.