summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/related-posts/class.related-posts-customize.php')
-rw-r--r--plugins/jetpack/modules/related-posts/class.related-posts-customize.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/related-posts/class.related-posts-customize.php b/plugins/jetpack/modules/related-posts/class.related-posts-customize.php
index ae1d1d78..8349b530 100644
--- a/plugins/jetpack/modules/related-posts/class.related-posts-customize.php
+++ b/plugins/jetpack/modules/related-posts/class.related-posts-customize.php
@@ -191,7 +191,7 @@ class Jetpack_Related_Posts_Customize {
),
'show_thumbnails' => array(
'label' => esc_html__( 'Show thumbnails', 'jetpack' ),
- 'description' => esc_html__( 'Use a large and visually striking layout.', 'jetpack' ),
+ 'description' => esc_html__( 'Show a thumbnail image where available.', 'jetpack' ),
'control_type' => 'checkbox',
'default' => 1,
'setting_type' => 'option',
@@ -275,4 +275,4 @@ class Jetpack_Message_Control extends WP_Customize_Control {
} // class end
// Initialize controls
-new Jetpack_Related_Posts_Customize; \ No newline at end of file
+new Jetpack_Related_Posts_Customize;