PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.3.0
ShopBuilder – WooCommerce Builder For Elementor v3.3.0
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Controllers/Admin/AdminInit.php +2 -2 3.4.23.3.0 View file →
@@ -118,10 +118,10 @@
118 118 [ $this, 'get_help_page' ],
119 119 );
120 120 add_submenu_page(
121 121 self::MENU_PAGE_SLUG,
122 - esc_html__( 'Themes', 'shopbuilder' ),
123 - esc_html__( 'Themes', 'shopbuilder' ),
122 + esc_html__( 'Themes & Apps', 'shopbuilder' ),
123 + esc_html__( 'Themes & Apps', 'shopbuilder' ),
124 124 self::MENU_CAPABILITY,
125 125 'rtsb-themes',
126 126 [ $this, 'get_themes_page' ],
127 127 );