From b790f155d0b84da4d28d600949f7a7caf79b64f2 Mon Sep 17 00:00:00 2001 From: Patricia Hillebrandt Date: Thu, 21 Mar 2024 19:49:37 +0100 Subject: [PATCH] [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 --- .../sidebar/sidebar-navigation-screen-typography.tsx | 4 ++-- .../woocommerce/changelog/45805-update-copy-cys-opt-in-modal | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 plugins/woocommerce/changelog/45805-update-copy-cys-opt-in-modal diff --git a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx index 2c64d148907..16746a8adcb 100644 --- a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx +++ b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx @@ -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: { diff --git a/plugins/woocommerce/changelog/45805-update-copy-cys-opt-in-modal b/plugins/woocommerce/changelog/45805-update-copy-cys-opt-in-modal new file mode 100644 index 00000000000..eabe6dae65c --- /dev/null +++ b/plugins/woocommerce/changelog/45805-update-copy-cys-opt-in-modal @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +CYS Update the copy for the fonts opt-in modal in the pattern assembler. \ No newline at end of file