-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update copy in ai introduction modal for products #20806
update copy in ai introduction modal for products #20806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Premium version number should not be there on the WooSEO upsell
__( "New to %1$s", "wordpress-seo" ), | ||
"Yoast SEO Premium" | ||
) } | ||
{ newToText } | ||
</span> | ||
| ||
<span className="yst-uppercase yst-text-slate-700">21.0</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be there only when displaying "New to Yoast SEO Premium"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AC 🏗️
The case with no Premium but with Woo add-on is missing the product copy changes (design)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR && AC ✅
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Install WooCommerce
Make sure Yoast Premium is not active
Create or Edit a product
Go to Google preview
Click on
Use AI
Check the
New to
text and the title and description are as follow:Repeat those steps when:
Edit a post that is not a product
Check the
New to
text and the title and description are as follow:Relevant test scenarios
Test instructions for QA when the code is in the RC
QA can test this PR by following these steps:
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes https://github.com/Yoast/plugins-automated-testing/issues/1132