diff --git a/omnisend/class-omnisend-core-bootstrap.php b/omnisend/class-omnisend-core-bootstrap.php index ca4a905..0253415 100644 --- a/omnisend/class-omnisend-core-bootstrap.php +++ b/omnisend/class-omnisend-core-bootstrap.php @@ -22,7 +22,7 @@ define( 'OMNISEND_CORE_PLUGIN_VERSION', '1.0.0' ); define( 'OMNISEND_CORE_SETTINGS_PAGE', 'omnisend' ); -define( 'OMNISEND_CORE_PLUGIN_NAME', 'Omnisend Core' ); +define( 'OMNISEND_CORE_PLUGIN_NAME', 'Omnisend' ); define( 'OMNISEND_CORE_WOOCOMMERCE_PLUGIN_NAME', 'Email Marketing for WooCommerce by Omnisend' ); // Change for different environment. @@ -48,8 +48,8 @@ public static function load() { } public static function add_admin_menu() { - $page_title = 'Omnisend Core'; - $menu_title = 'Omnisend Core'; + $page_title = 'Omnisend'; + $menu_title = 'Omnisend'; $capability = 'manage_options'; $menu_slug = OMNISEND_CORE_SETTINGS_PAGE; $function = 'Omnisend_Core_Connection::display';