| @@ -373,9 +373,9 @@ | ||
| 373 | 373 | array_unshift( $links, $settings_link ); |
| 374 | 374 | |
| 375 | 375 | $go_pro_text = esc_html__( 'Get Elementor Pro', 'elementor' ); |
| 376 | 376 | if ( Utils::is_sale_time() ) { |
| 377 | - $go_pro_text = esc_html__( 'Sale! Upgrade Now', 'elementor' ); | |
| 377 | + $go_pro_text = esc_html__( 'Discounted Upgrades Now!', 'elementor' ); | |
| 378 | 378 | } |
| 379 | 379 | |
| 380 | 380 | $links['go_pro'] = sprintf( '<a href="%1$s" target="_blank" class="elementor-plugins-gopro">%2$s</a>', 'https://go.elementor.com/go-pro-wp-plugins/', $go_pro_text ); |
| 381 | 381 | |