Skip to content

Commit

Permalink
interpolate better those br
Browse files Browse the repository at this point in the history
  • Loading branch information
CGastrell committed Jan 2, 2025
1 parent b2287ff commit ddfb287
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ export default function SeoAssistant( { busy, disabled, onStep }: SeoAssistantPr
messages: [
__( "Here's your updated checklist:", 'jetpack' ),
createInterpolateElement(
__( '✅ Keywords<br>✅ Title<br>✅ Meta description', 'jetpack' ),
__( '✅ Keywords<br/>✅ Title<br/>✅ Meta description', 'jetpack' ),
{ br: <br /> }
),
createInterpolateElement(
__(
'SEO optimization complete! 🎉<br>Your blog post is now search-engine friendly.<br>nHappy blogging! 😊',
'SEO optimization complete! 🎉<br/>Your blog post is now search-engine friendly.<br/>Happy blogging! 😊',
'jetpack'
),
{ br: <br /> }
Expand Down

0 comments on commit ddfb287

Please sign in to comment.