[CYS on Core] Update the copy for the fonts opt-in modal (#45805)
* Update the copy for the fonts opt-in modal * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
db34a15116
commit
b790f155d0
|
@ -164,7 +164,7 @@ export const SidebarNavigationScreenTypography = () => {
|
|||
'woocommerce-customize-store__opt-in-usage-tracking-modal'
|
||||
}
|
||||
title={ __(
|
||||
'Opt in to usage tracking',
|
||||
'Get more fonts',
|
||||
'woocommerce'
|
||||
) }
|
||||
onRequestClose={ closeModal }
|
||||
|
@ -174,7 +174,7 @@ export const SidebarNavigationScreenTypography = () => {
|
|||
className="core-profiler__checkbox"
|
||||
label={ interpolateComponents( {
|
||||
mixedString: __(
|
||||
'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}}.',
|
||||
'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}}.',
|
||||
'woocommerce'
|
||||
),
|
||||
components: {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
CYS Update the copy for the fonts opt-in modal in the pattern assembler.
|
Loading…
Reference in New Issue