fixes #31560
fixes #31560 - change string 'automatically generate an account password'
This commit is contained in:
parent
dabd2c6bf2
commit
1d7b1a7171
|
@ -93,7 +93,7 @@ class WC_Settings_Accounts extends WC_Settings_Page {
|
|||
'autoload' => false,
|
||||
),
|
||||
array(
|
||||
'desc' => __( 'When creating an account, automatically generate an account password', 'woocommerce' ),
|
||||
'desc' => __( 'When creating an account, send the new user link to set his password', 'woocommerce' ),
|
||||
'id' => 'woocommerce_registration_generate_password',
|
||||
'default' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
|
|
Loading…
Reference in New Issue