Skip to content

Commit

Permalink
Fix < /p> to </p>
Browse files Browse the repository at this point in the history
  • Loading branch information
harriswong committed Jun 11, 2024
1 parent 888ab48 commit 5e00d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/migration/feature-announcement.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const FeatureAnnouncement = ({ translate, isEligable }) => {
{translate('A new dedicated WooCommerce Shipping extension is now available')}
</h2>
<p>{translate(
'WooCommerce Shipping and WooCommerce Tax are now two dedicated extensions. We\'ll automatically deactivate WooCommerce Shipping & Tax and carry over your settings when you update.')}< /p>
'WooCommerce Shipping and WooCommerce Tax are now two dedicated extensions. We\'ll automatically deactivate WooCommerce Shipping & Tax and carry over your settings when you update.')}</p>
<p>{translate('Here\'s what you can expect from the new shipping experience:')}</p>

<ul>
Expand Down

0 comments on commit 5e00d4c

Please sign in to comment.