This commit is contained in:
Joshua T Flowers 2020-01-17 09:11:36 +08:00 committed by GitHub
parent 69525f70df
commit 5e8f3bc378
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const onboardingHomepageNotice = () => {
dispatch( 'core/notices' ).removeNotice( 'SAVE_POST_NOTICE_ID' );
dispatch( 'core/notices' ).createSuccessNotice(
__( 'Your homepage was published.', 'woocommerce-admin' ),
__( "🏠 Nice work creating your store's homepage!", 'woocommerce-admin' ),
{
id: 'WOOCOMMERCE_ONBOARDING_HOME_PAGE_NOTICE',
type: notificationType,