@@ -1423,7 +1423,10 @@ private function get_dashboard_strings() {
14231423 'refresh_stats_cta ' => __ ( 'Refresh Stats ' , 'optimole-wp ' ),
14241424 'updating_stats_cta ' => __ ( 'UPDATING STATS ' , 'optimole-wp ' ),
14251425 'api_key_placeholder ' => __ ( 'API Key ' , 'optimole-wp ' ),
1426- 'account_needed_heading ' => __ ( 'Sign-up for API key ' , 'optimole-wp ' ),
1426+ 'account_needed_heading ' => __ ( 'Supercharge Your WordPress Images in 60 Seconds ' , 'optimole-wp ' ),
1427+ 'account_needed_sub_heading ' => __ ( 'Stop sacrificing image quality for page speed. Optimole delivers both. ' , 'optimole-wp ' ),
1428+ 'account_needed_trust_badge ' => __ ( 'TRUSTED BY 200,000+ HAPPY USERS ' , 'optimole-wp ' ),
1429+ 'account_needed_setup_time ' => __ ( 'Setup is instant - just click connect ' , 'optimole-wp ' ),
14271430 'invalid_key ' => __ ( 'Invalid API Key ' , 'optimole-wp ' ),
14281431 'keep_connected ' => __ ( 'Ok, keep me connected ' , 'optimole-wp ' ),
14291432 'cloud_library ' => __ ( 'Cloud Library ' , 'optimole-wp ' ),
@@ -1437,6 +1440,7 @@ private function get_dashboard_strings() {
14371440 'email_address_label ' => __ ( 'Your email address ' , 'optimole-wp ' ),
14381441 'steps_connect_api_title ' => __ ( 'Connect your account ' , 'optimole-wp ' ),
14391442 'register_btn ' => __ ( 'Create & connect your account ' , 'optimole-wp ' ),
1443+ 'secure_connection ' => __ ( 'Secure connection - your data is protected ' , 'optimole-wp ' ),
14401444 'step_one_api_title ' => __ ( 'Enter your API key. ' , 'optimole-wp ' ),
14411445 'optml_dashboard ' => sprintf (
14421446 /* translators: 1 is the opening anchor tag, 2 is the closing anchor tag */
@@ -1468,17 +1472,15 @@ private function get_dashboard_strings() {
14681472 'premium_support ' => __ ( 'Access our Premium Support ' , 'optimole-wp ' ),
14691473 'account_needed_title ' => sprintf (
14701474 /* translators: 1 is the link to optimole.com */
1471- __ ( 'In order to get access to free image optimization service you will need an API key from %s. ' , 'optimole-wp ' ),
1475+ __ ( 'Connect to Optimole \' s powerful image optimization service with a free API key from %s. ' , 'optimole-wp ' ),
14721476 ' <a href=" ' . esc_url ( tsdk_translate_link ( 'https://dashboard.optimole.com/register ' , 'query ' ) ) . '" target="_blank">optimole.com</a> '
14731477 ),
14741478 'account_needed_subtitle_1 ' => sprintf (
14751479 /* translators: 1 is starting bold tag, 2 is ending bold tag, 3 is the starting bold tag, 4 is the limit number, 5 is ending bold tag, 6 is the starting anchor tag for the docs link on how we count visits, 7 is the ending anchor tag. */
1476- __ ( 'You will get access to our %1$simage optimization service for FREE %2$s in the limit of %3$s%4$s %5$s %6$svisitors%7$s per month . ' , 'optimole-wp ' ),
1480+ __ ( '%1$sOptimize unlimited images %2$s for up to %3$s monthly %4$svisitors %5$s - completely FREE . ' , 'optimole-wp ' ),
14771481 '<strong> ' ,
14781482 '</strong> ' ,
14791483 number_format_i18n ( 1000 ),
1480- '<strong> ' ,
1481- '</strong> ' ,
14821484 '<a href="https://docs.optimole.com/article/1134-how-optimole-counts-the-number-of-visitors" target="_blank"> ' ,
14831485 '</a> '
14841486 ),
@@ -1491,7 +1493,16 @@ private function get_dashboard_strings() {
14911493 'account_needed_subtitle_2 ' => sprintf (
14921494 /* translators: 1 is the starting bold tag, 2 is the ending bold tag */
14931495 __ (
1494- 'Bonus, if you dont use a CDN, we got you covered, %1$swe will serve the images using CloudFront CDN%2$s from 450+ locations. ' ,
1496+ '%1$sInstant global delivery%2$s with CloudFront CDN - your images load 2-3x faster worldwide from 450+ locations. ' ,
1497+ 'optimole-wp '
1498+ ),
1499+ '<strong> ' ,
1500+ '</strong> '
1501+ ),
1502+ 'account_needed_subtitle_4 ' => sprintf (
1503+ /* translators: 1 is the starting bold tag, 2 is the ending bold tag */
1504+ __ (
1505+ '%1$sAdaptive optimization%2$s that perfectly sizes images for every visitor \'s device and connection speed. ' ,
14951506 'optimole-wp '
14961507 ),
14971508 '<strong> ' ,
0 commit comments