Tweak labels for customer reg

Closes #13676
This commit is contained in:
Mike Jolley 2017-03-21 13:23:35 +00:00
parent f6d7e52e06
commit e2c73c2277
1 changed files with 3 additions and 3 deletions

View File

@ -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',