Update notice text

This commit is contained in:
Mike Jolley 2018-04-18 13:52:59 +01:00
parent 5dda3496fc
commit 5455e7049b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ defined( 'ABSPATH' ) || exit;
<?php
echo wp_kses_post( sprintf(
/* translators: %s: documentation URL */
__( 'Your store is not using HTTPS, this is requeried to sell in some countries and to protect your customer data. <a href="%s">Learn more about HTTPS and SSL Certificates.</a>', 'woocommerce' ),
__( 'Your store does not appear to be using a secure connection. We highly recommend serving your entire website over a https connection to help keep customer data secure. <a href="%s">Learn more here.</a>', 'woocommerce' ),
'https://docs.woocommerce.com/document/ssl-and-https/'
) );
?>