| @@ -57,10 +57,10 @@ | ||
| 57 | 57 | * @return void |
| 58 | 58 | */ |
| 59 | 59 | public function upgrade() { |
| 60 | 60 | Notice\Upgrade::instance(); |
| 61 | + Notice\BFDiscount::instance(); | |
| 61 | 62 | Notice\Review::instance(); |
| 62 | - Notice\BFDiscount::instance(); | |
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | public function init() { |
| 66 | 66 | add_action( 'admin_menu', [ $this, 'add_menu' ], 25 ); |
| @@ -95,10 +95,10 @@ | ||
| 95 | 95 | [ $this, 'get_help_page' ], |
| 96 | 96 | ); |
| 97 | 97 | add_submenu_page( |
| 98 | 98 | self::MENU_PAGE_SLUG, |
| 99 | - esc_html__( 'Themes', 'shopbuilder' ), | |
| 100 | - esc_html__( 'Themes', 'shopbuilder' ), | |
| 99 | + esc_html__( 'Themes & Apps', 'shopbuilder' ), | |
| 100 | + esc_html__( 'Themes & Apps', 'shopbuilder' ), | |
| 101 | 101 | self::MENU_CAPABILITY, |
| 102 | 102 | 'rtsb-themes', |
| 103 | 103 | [ $this, 'get_themes_page' ], |
| 104 | 104 | ); |