Update label for force http option Closes #5474
This commit is contained in:
parent
b7643e469b
commit
0dd8dcba2e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue