CYS: Update Patterns and Fonts usage tracking modal content (#49911)
* Update content within modal * Changelog
This commit is contained in:
parent
0824b7e65d
commit
1372a4bc8c
|
@ -287,7 +287,7 @@ export const SidebarNavigationScreenHomepagePTK = ( {
|
|||
'woocommerce-customize-store__opt-in-usage-tracking-modal'
|
||||
}
|
||||
title={ __(
|
||||
'Opt in to usage tracking',
|
||||
'Access more patterns',
|
||||
'woocommerce'
|
||||
) }
|
||||
onRequestClose={ closeModal }
|
||||
|
@ -297,7 +297,7 @@ export const SidebarNavigationScreenHomepagePTK = ( {
|
|||
className="core-profiler__checkbox"
|
||||
label={ interpolateComponents( {
|
||||
mixedString: __(
|
||||
'More patterns from the WooCommerce.com library are available! Opt in to connect your store and access the full library, plus get more relevant content, and a tailored store setup experience. Opting in will enable {{link}}usage tracking{{/link}}, which you can opt out of at any time via WooCommerce settings.',
|
||||
'More patterns from the WooCommerce.com library are available! Opt in to connect your store and access the full library, plus get more relevant content and a tailored store setup experience. Opting in will enable {{link}}usage tracking{{/link}}, which you can opt out of at any time via WooCommerce settings.',
|
||||
'woocommerce'
|
||||
),
|
||||
components: {
|
||||
|
|
|
@ -170,7 +170,7 @@ export const SidebarNavigationScreenTypography = ( {
|
|||
'woocommerce-customize-store__opt-in-usage-tracking-modal'
|
||||
}
|
||||
title={ __(
|
||||
'Get more fonts',
|
||||
'Access more fonts',
|
||||
'woocommerce'
|
||||
) }
|
||||
onRequestClose={ closeModal }
|
||||
|
@ -180,7 +180,7 @@ export const SidebarNavigationScreenTypography = ( {
|
|||
className="core-profiler__checkbox"
|
||||
label={ interpolateComponents( {
|
||||
mixedString: __(
|
||||
'I would like to get store updates, including new fonts, on an ongoing basis. In doing so, I agree to share my data to tailor my store setup experience, get more relevant content, and help make WooCommerce better for everyone. You can opt out at any time in WooCommerce settings. {{link}}Learn more about usage tracking{{/link}}.',
|
||||
'More fonts are available! Opt in to connect your store and access the full font library, plus get more relevant content and a tailored store setup experience. Opting in will enable {{link}}usage tracking{{/link}}, which you can opt out of at any time via WooCommerece settings.',
|
||||
'woocommerce'
|
||||
),
|
||||
components: {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Update content for usage tracking modal for CYS experience
|
Loading…
Reference in New Issue