This commit is contained in:
Joshua T Flowers 2021-01-07 16:24:14 -05:00 committed by GitHub
parent 24261198ad
commit 7884ae079f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class OnboardingEmailMarketing {
$content = __( 'We\'re here for you - get tips, product updates and inspiration straight to your email box', 'woocommerce-admin' ); $content = __( 'We\'re here for you - get tips, product updates and inspiration straight to your email box', 'woocommerce-admin' );
$note = new Note(); $note = new Note();
$note->set_title( __( 'Tips, product updates, and inspiration', 'woocommerce-admin' ) ); $note->set_title( __( 'Sign up for tips, product updates, and inspiration', 'woocommerce-admin' ) );
$note->set_content( $content ); $note->set_content( $content );
$note->set_content_data( (object) array() ); $note->set_content_data( (object) array() );
$note->set_type( Note::E_WC_ADMIN_NOTE_INFORMATIONAL ); $note->set_type( Note::E_WC_ADMIN_NOTE_INFORMATIONAL );