Update label for force http option Closes #5474

This commit is contained in:
Mike Jolley 2014-05-15 12:40:02 +01:00
parent b7643e469b
commit 0dd8dcba2e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
),
array(
'desc' => __( 'Un-force HTTPS when leaving the checkout', 'woocommerce' ),
'desc' => __( 'Force HTTP when leaving the checkout', 'woocommerce' ),
'id' => 'woocommerce_unforce_ssl_checkout',
'default' => 'no',
'type' => 'checkbox',