Update in-product webinar banner copy on admin pages#23091
Merged
Conversation
Pull Request Test Coverage Report for Build 0b46e9b602ccf8db18e9df6412baaf93defac499Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
thijsoo
requested changes
Mar 25, 2026
| { safeCreateInterpolateElement( | ||
| sprintf( | ||
| /* translators: 1: bold open tag; 2: "FREE"; 3: bold close tag. */ | ||
| __( "Access our %1$s%2$s%3$s webinars and podcasts to get started with Yoast SEO and build the foundational skills and confidence needed for sustainable success.", "wordpress-seo" ), |
Contributor
There was a problem hiding this comment.
Yoast SEO should be replaced wit ha % var as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This PR updates the webinar promotional banner copy displayed to free Yoast SEO users on admin pages.
This PR can be summarized in the following changelog entry:
Relevant technical choices
safeCreateInterpolateElementwithsprintfto render FREE in bold (<strong>), following the same pattern used across the integrations page components.Test instructions for the acceptance test before the PR gets merged
webinar-promo-notificationdismissal (e.g., via the browser console or by resetting the user meta).Relevant test scenarios
The banner appears in both the block editor sidebar and settings pages — verify the copy is correct in both contexts.
Test instructions for QA when the code is in the RC
Impact check
WebinarPromoNotification.js) used on admin pages for free users.Other environments
Documentation
Quality assurance
Innovation
Fixes Yoast/reserved-tasks#1108