From 6f2b18af6d84fa7607c45344973c7af552a58578 Mon Sep 17 00:00:00 2001 From: Pablo Pacheco Date: Thu, 17 Jun 2021 15:10:11 -0300 Subject: [PATCH] Improve sharing option texts --- includes/admin/class-alg-wc-wish-list-settings-social.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/admin/class-alg-wc-wish-list-settings-social.php b/includes/admin/class-alg-wc-wish-list-settings-social.php index 2629d45..dd96efe 100644 --- a/includes/admin/class-alg-wc-wish-list-settings-social.php +++ b/includes/admin/class-alg-wc-wish-list-settings-social.php @@ -115,6 +115,8 @@ function get_settings( $settings = array() ) { array( 'title' => __( 'Twitter', 'wish-list-for-woocommerce' ), 'desc' => __( 'Share on Twitter', 'wish-list-for-woocommerce' ), + 'desc_tip' => sprintf( __( 'In order to display a proper image on Tweets a meta with the %s name is required.', 'wish-list-for-woocommerce' ), '' . 'twitter:card' . '' ) . '
' . + sprintf( __( 'You can easily setup it with the Yoast SEO plugin for example.', 'wish-list-for-woocommerce' ), 'https://wordpress.org/plugins/wordpress-seo/' ), 'type' => 'checkbox', 'id' => self::OPTION_TWITTER, 'default' => 'yes',