From 41f3859ad56624a8cc88a8b95b4ed033bfdc3af2 Mon Sep 17 00:00:00 2001 From: Job Date: Fri, 24 Apr 2020 12:23:45 +0200 Subject: [PATCH] Change "Demo" to "Sample" products (https://github.com/woocommerce/woocommerce-admin/pull/4184) * Change "Demo" to "Sample" products A few years ago we had a discussion on the name of the files for test products and we choose "sample" data over "dummy" data. I think we should likely stick to that naming (which is also the name of the folder and the files in WC core: https://github.com/woocommerce/woocommerce/tree/master/sample-data) This commit changes that wording * Small update in caps of "Build a better WooCommerce" All titles and questions in the new onboarding wizards only capitalise names and the first letter of the sentence. This seemed a tiny bit off. --- .../client/dashboard/profile-wizard/steps/usage-modal.js | 2 +- .../client/dashboard/task-list/tasks/appearance.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/usage-modal.js b/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/usage-modal.js index a440ce2309a..d11c1a568c2 100644 --- a/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/usage-modal.js +++ b/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/usage-modal.js @@ -97,7 +97,7 @@ class UsageModal extends Component { return ( this.props.onClose() } diff --git a/plugins/woocommerce-admin/client/dashboard/task-list/tasks/appearance.js b/plugins/woocommerce-admin/client/dashboard/task-list/tasks/appearance.js index b0432bd1277..c66ee803e1a 100644 --- a/plugins/woocommerce-admin/client/dashboard/task-list/tasks/appearance.js +++ b/plugins/woocommerce-admin/client/dashboard/task-list/tasks/appearance.js @@ -153,7 +153,7 @@ class Appearance extends Component { createNotice( 'error', __( - 'There was an error importing some of the demo products.', + 'There was an error importing some of the sample products.', 'woocommerce-admin' ) ); @@ -161,7 +161,7 @@ class Appearance extends Component { createNotice( 'success', __( - 'All demo products have been imported.', + 'All sample products have been imported.', 'woocommerce-admin' ) ); @@ -266,7 +266,7 @@ class Appearance extends Component { const steps = [ { key: 'import', - label: __( 'Import demo products', 'woocommerce-admin' ), + label: __( 'Import sample products', 'woocommerce-admin' ), description: __( 'We’ll add some products that will make it easier to see what your store looks like', 'woocommerce-admin'