You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__( '%1$sIt seems you are close to the %2$s visits limit with %3$sOptimole%4$s for this month.%5$s %6$s For a larger quota you may want to check the upgrade plans. If you exceed the quota we will need to deliver back your original, un-optimized images, which might decrease your site speed performance.', 'optimole-wp' ),
648
-
'<strong>',
649
-
number_format_i18n( 2000 ),
650
-
'</strong>',
651
-
'<strong>',
652
-
'</strong>',
653
-
'<br/><br/>'
646
+
/* translators: 1 - visits limit */
647
+
__( 'You\'re nearing your %1$s-visit monthly cap on Optimole. If you exceed it, we\'ll serve original (unoptimized) images - expect slower pages.', 'optimole-wp' ),
class="button button-primary button-hero"><?php_e( 'Connect to OptiMole', 'optimole-wp' ); ?>
862
+
class="button button-primary button-hero"><?php_e( 'Connect to Optimole', 'optimole-wp' ); ?>
868
863
</a>
869
864
<a class="button button-secondary button-hero"
870
865
href="<?phpechowp_nonce_url( add_query_arg( [ 'optml_hide_optin' => 'yes' ] ), 'hide_nonce', 'optml_nonce' ); ?>"><?php_e( 'I will do it later', 'optimole-wp' ); ?>
@@ -2286,10 +2281,11 @@ private function get_dashboard_strings() {
2286
2281
'no_images_found' => sprintf( /* translators: 1 is the starting anchor tag, 2 is the ending anchor tag */__( 'We are currently optimizing your images. Meanwhile you can visit your %1$shomepage%2$s and check how our plugin performs.', 'optimole-wp' ), '<a href="' . esc_url( home_url() ) . '" target="_blank" >', '</a>' ),
0 commit comments