Skip to content

Commit

Permalink
revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Feb 27, 2025
1 parent 4c2baba commit aabaa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/Engine/License/Renewal.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function display_renewal_expired_banner() {
$ocd_enabled = $this->options->get( 'optimize_css_delivery', 0 );
$renewal_url = $this->user->get_renewal_url();

$message = esc_html__( 'RENEW NOW!', 'rocket' );
$message = esc_html__( 'RENEW NOW', 'rocket' );

if ( $ocd_enabled ) {
if ( 15 > $expired_since ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<p>
Your website could be much faster if it could take advantage of our <strong>new features and enhancements</strong>. 🚀
</p>
<p>RENEW NOW!</p>
<p>RENEW NOW</p>
</div>
<div class="rocket-expired-cta-container">
<a href="https://wp-rocket.me/checkout/renew/roger@wp-rocket.me/da5891162a3bc2d8a9670267fd07c9eb/" class="rocket-renew-cta" target="_blank" rel="noopener noreferrer">Renew now</a>
Expand Down

0 comments on commit aabaa44

Please sign in to comment.