From 0e42d2794d91ebb4ee672b63d1c03ced84bc463c Mon Sep 17 00:00:00 2001 From: Jason Conroy Date: Thu, 3 Sep 2020 10:29:04 +0930 Subject: [PATCH] Consistently use USA spelling of optimize (https://github.com/woocommerce/woocommerce-admin/pull/5067) --- .../src/Notes/WC_Admin_Notes_Facebook_Marketing_Expert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Marketing_Expert.php b/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Marketing_Expert.php index 78b92c8c5ed..dc928046c21 100644 --- a/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Marketing_Expert.php +++ b/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Facebook_Marketing_Expert.php @@ -62,7 +62,7 @@ class WC_Admin_Notes_Facebook_Marketing_Expert { */ public static function get_note() { $note = new WC_Admin_Note(); - $note->set_title( __( 'Create and optimise your Facebook ads with the help of a Facebook Marketing Expert', 'woocommerce-admin' ) ); + $note->set_title( __( 'Create and optimize your Facebook ads with the help of a Facebook Marketing Expert', 'woocommerce-admin' ) ); $note->set_content( __( 'Get 1:1 business support from a Facebook Marketing Expert who will work with you and your business to create and optimize your Facebook ads. Discover new strategies used by similar businesses in your market and industry. Check whether you are eligible to make use of this offer.', 'woocommerce-admin' ) ); $note->set_type( WC_Admin_Note::E_WC_ADMIN_NOTE_INFORMATIONAL ); $note->set_name( self::NOTE_NAME );