| @@ -1065,9 +1065,9 @@ | ||
| 1065 | 1065 | <?php foreach ( $texts['messages'] as $message ) { ?> |
| 1066 | 1066 | <div class="elementor-nerd-box-message"><?php Utils::print_unescaped_internal_string( $message ); ?></div> |
| 1067 | 1067 | <?php } |
| 1068 | 1068 | |
| 1069 | - // Show a `Go Pro` button only if the user doesn't have Pro. | |
| 1069 | + // Show the upgrade button only if the user doesn't have Pro. | |
| 1070 | 1070 | if ( $texts['link'] && ! Utils::has_pro() ) { ?> |
| 1071 | 1071 | <a class="elementor-nerd-box-link elementor-button elementor-button-default elementor-button-go-pro" href="<?php echo esc_url( ( $texts['link'] ) ); ?>" target="_blank"> |
| 1072 | 1072 | <?php echo esc_html__( 'Upgrade Now', 'elementor' ); ?> |
| 1073 | 1073 | </a> |