Skip to content

Commit

Permalink
fix copy of upsell button
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Oct 20, 2023
1 parent 8705ee9 commit 808d65b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ export const AiGenerateTitlesAndDescriptionsUpsell = ( { learnMoreLink, upsellLi
ref={ initialFocus }
>
<LockOpenIcon className="yst--ml-1 yst-mr-2 yst-h-5 yst-w-5" />
{ __( "Unlock with Premium", "wordpress-seo" ) }
{ sprintf(
/* translators: %1$s expands to Yoast SEO Premium. */
__( "Unlock with %1$s", "wordpress-seo" ),
"Yoast SEO Premium"
) }
<span className="yst-sr-only">
{
/* translators: Hidden accessibility text. */
Expand Down

0 comments on commit 808d65b

Please sign in to comment.