From 8ba8a4da95b9b0133832eca03b3fdab937ed99de Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Wed, 10 Jan 2024 19:34:13 +0800 Subject: [PATCH] Update Woo CYS custom theme card copy (#86146) * Update woo cys custom theme card copy * Fix copy --- client/my-sites/themes/theme-options.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/my-sites/themes/theme-options.js b/client/my-sites/themes/theme-options.js index b0d9e32d2c313..5d3b643bb5efd 100644 --- a/client/my-sites/themes/theme-options.js +++ b/client/my-sites/themes/theme-options.js @@ -339,16 +339,16 @@ export const getWooMyCustomThemeOptions = ( { translate, siteAdminUrl, siteSlug, return { assembler: { key: 'assembler', - label: translate( 'Quick editing in the Assembler' ), - extendedLabel: translate( 'Quick editing in the Assembler' ), + label: translate( 'Quick editing in the Store Designer' ), + extendedLabel: translate( 'Quick editing in the Store Designer' ), getUrl: () => { return `${ siteAdminUrl }admin.php?page=wc-admin&path=%2Fcustomize-store%2Fassembler-hub&customizing=true`; }, }, customize: { ...options.customize, - label: translate( 'Advance customization in the Editor' ), - extendedLabel: translate( 'Advance customization in the Editor' ), + label: translate( 'Advanced customization in the Editor' ), + extendedLabel: translate( 'Advanced customization in the Editor' ), }, preview: { label: translate( 'Store preview' ),