Skip to content

Commit 0cf5b2b

Browse files
committed
fix: update visitor limit display to reflect new quota of 2000
1 parent 4ee2eae commit 0cf5b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ public function add_notice_upgrade() {
643643
/* translators: 1 - opening strong tag, 2 - visits limit, 3 - closing strong tag, 4 - opening strong tag, 5 - closing strong tag, 6 - br tag */
644644
__( '%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' ),
645645
'<strong>',
646-
number_format_i18n( 1000 ),
646+
number_format_i18n( 2000 ),
647647
'</strong>',
648648
'<strong>',
649649
'</strong>',
@@ -1673,7 +1673,7 @@ private function get_dashboard_strings() {
16731673
__( '%1$sOptimize unlimited images%2$s for up to %3$s monthly %4$svisitors%5$s - completely FREE.', 'optimole-wp' ),
16741674
'<strong>',
16751675
'</strong>',
1676-
number_format_i18n( 1000 ),
1676+
number_format_i18n( 2000 ),
16771677
'<a href="https://docs.optimole.com/article/1134-how-optimole-counts-the-number-of-visitors" target="_blank">',
16781678
'</a>'
16791679
),

0 commit comments

Comments
 (0)