fixes #31560 - change string 'automatically generate an account password'
This commit is contained in:
Brian 2022-01-08 01:13:22 +01:00 committed by GitHub
parent dabd2c6bf2
commit 1d7b1a7171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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