parent
f6d7e52e06
commit
e2c73c2277
|
@ -58,8 +58,8 @@ class WC_Settings_Accounts extends WC_Settings_Page {
|
|||
array( 'title' => '', 'type' => 'title', 'id' => 'account_registration_options' ),
|
||||
|
||||
array(
|
||||
'title' => __( 'Enable registration', 'woocommerce' ),
|
||||
'desc' => __( 'Enable registration on the "Checkout" page.', 'woocommerce' ),
|
||||
'title' => __( 'Customer registration', 'woocommerce' ),
|
||||
'desc' => __( 'Enable customer registration on the "Checkout" page.', 'woocommerce' ),
|
||||
'id' => 'woocommerce_enable_signup_and_login_from_checkout',
|
||||
'default' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
|
@ -68,7 +68,7 @@ class WC_Settings_Accounts extends WC_Settings_Page {
|
|||
),
|
||||
|
||||
array(
|
||||
'desc' => __( 'Enable registration on the "My account" page.', 'woocommerce' ),
|
||||
'desc' => __( 'Enable customer registration on the "My account" page.', 'woocommerce' ),
|
||||
'id' => 'woocommerce_enable_myaccount_registration',
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
|
|
Loading…
Reference in New Issue