Skip to content

Commit

Permalink
Update Woo CYS custom theme card copy (#86146)
Browse files Browse the repository at this point in the history
* Update woo cys custom theme card copy

* Fix copy
  • Loading branch information
chihsuan authored Jan 10, 2024
1 parent e9b4b32 commit 8ba8a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/my-sites/themes/theme-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down

0 comments on commit 8ba8a4d

Please sign in to comment.