| @@ -25,15 +25,15 @@ | ||
| 25 | 25 | |
| 26 | 26 | wp_enqueue_script( 'wp-pointer' ); |
| 27 | 27 | wp_enqueue_style( 'wp-pointer' ); |
| 28 | 28 | |
| 29 | - $pointer_content = '<h3>' . esc_html__( 'New! Popular Add-ons', 'elementor' ) . '</h3>'; | |
| 29 | + $pointer_content = '<h3>' . esc_html__( 'New! Popular Apps', 'elementor' ) . '</h3>'; | |
| 30 | 30 | $pointer_content .= '<p>' . esc_html__( 'Discover our collection of plugins and add-ons carefully selected to enhance your Elementor website and unleash your creativity.', 'elementor' ) . '</p>'; |
| 31 | 31 | |
| 32 | 32 | $pointer_content .= sprintf( |
| 33 | 33 | '<p><a class="button button-primary" href="%s">%s</a></p>', |
| 34 | 34 | admin_url( 'admin.php?page=' . Module::PAGE_ID ), |
| 35 | - esc_html__( 'Explore Add-ons', 'elementor' ) | |
| 35 | + esc_html__( 'Explore Apps', 'elementor' ) | |
| 36 | 36 | ) |
| 37 | 37 | |
| 38 | 38 | ?> |
| 39 | 39 | <script> |