| @@ -249,11 +249,11 @@ | ||
| 249 | 249 | * Show our plugins menu for others wpmet plugins |
| 250 | 250 | */ |
| 251 | 251 | \ShopEngine\Wpmet\Libs\Plugins::instance()->init('shopengine') |
| 252 | 252 | ->set_parent_menu_slug('shopengine-settings') |
| 253 | - ->set_submenu_name('Our Plugins') | |
| 254 | - ->set_section_title('Get More out of Your WooCommerce Website!') | |
| 255 | - ->set_section_description('Install other plugins from us and take your WooCommerce site to the next level for absolutely free!') | |
| 253 | + ->set_submenu_name(esc_html__('Our Plugins', 'shopengine')) | |
| 254 | + ->set_section_title(esc_html__('Get More out of Your WooCommerce Website!', 'shopengine')) | |
| 255 | + ->set_section_description(esc_html__('Install other plugins from us and take your WooCommerce site to the next level for absolutely free!', 'shopengine')) | |
| 256 | 256 | ->set_items_per_row(4) |
| 257 | 257 | ->set_plugins( |
| 258 | 258 | [ |
| 259 | 259 | 'elementskit-lite/elementskit-lite.php' => [ |