Skip to content

Commit

Permalink
Replace good domain
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekPress committed Nov 4, 2019
1 parent aa32541 commit 7ad8e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ public function __construct() {
'title' => 'WP Rocket',
'description' => sprintf(
// translators: %1$s %2$s: link markup.
esc_html__( 'Integrate more than 80% of web performance good practices automatically to %1$sreduce your website\'s loading time.%2$s', 'upload-max-file-size' ),
esc_html__( 'Integrate more than 80% of web performance good practices automatically to %1$sreduce your website\'s loading time.%2$s', 'heartbeat-control' ),
'<strong>',
'</strong>'
),
'install_url' => array(
'not_installed' => 'https://wp-rocket.me/?utm_source=wp_plugin&utm_medium=heartbeat_control',
),
'button_text' => array(
'not_installed' => __( 'Get WP Rocket', 'upload-max-file-size' ),
'not_installed' => __( 'Get WP Rocket', 'heartbeat-control' ),
),
),
)
Expand All @@ -68,7 +68,7 @@ public function __construct() {
'title' => 'Imagify',
'description' => sprintf(
// translators: %1$s: line break, %2$s %3$s: bold markup.
esc_html__( '%2$sReduces image file sizes%3$s without losing quality.%1$sBy compressing your images you speed up your website and boost your SEO.', 'upload-max-file-size' ),
esc_html__( '%2$sReduces image file sizes%3$s without losing quality.%1$sBy compressing your images you speed up your website and boost your SEO.', 'heartbeat-control' ),
'<br>',
'<strong>',
'</strong>'
Expand Down

0 comments on commit 7ad8e29

Please sign in to comment.