* 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.
This commit is contained in:
Job 2020-04-24 12:23:45 +02:00 committed by GitHub
parent 4fd6a17154
commit 41f3859ad5
2 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ class UsageModal extends Component {
return ( return (
<Modal <Modal
title={ __( title={ __(
'Build a Better WooCommerce', 'Build a better WooCommerce',
'woocommerce-admin' 'woocommerce-admin'
) } ) }
onRequestClose={ () => this.props.onClose() } onRequestClose={ () => this.props.onClose() }

View File

@ -153,7 +153,7 @@ class Appearance extends Component {
createNotice( createNotice(
'error', 'error',
__( __(
'There was an error importing some of the demo products.', 'There was an error importing some of the sample products.',
'woocommerce-admin' 'woocommerce-admin'
) )
); );
@ -161,7 +161,7 @@ class Appearance extends Component {
createNotice( createNotice(
'success', 'success',
__( __(
'All demo products have been imported.', 'All sample products have been imported.',
'woocommerce-admin' 'woocommerce-admin'
) )
); );
@ -266,7 +266,7 @@ class Appearance extends Component {
const steps = [ const steps = [
{ {
key: 'import', key: 'import',
label: __( 'Import demo products', 'woocommerce-admin' ), label: __( 'Import sample products', 'woocommerce-admin' ),
description: __( description: __(
'Well add some products that will make it easier to see what your store looks like', 'Well add some products that will make it easier to see what your store looks like',
'woocommerce-admin' 'woocommerce-admin'