Update description for automatic username generation to reflect how it actually works.

This commit is contained in:
Gerhard 2019-06-12 12:13:41 +02:00
parent 9eca72849d
commit 84b6fa144f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class WC_Settings_Accounts extends WC_Settings_Page {
'autoload' => false,
),
array(
'desc' => __( 'When creating an account, automatically generate a username from the customer\'s email address', 'woocommerce' ),
'desc' => __( 'When creating an account, automatically generate an account username for the customer based on their name, surname or email', 'woocommerce' ),
'id' => 'woocommerce_registration_generate_username',
'default' => 'yes',
'type' => 'checkbox',