Update class-wc-settings-accounts.php

This commit is contained in:
Brian 2022-01-08 01:17:33 +01:00 committed by GitHub
parent 1d7b1a7171
commit f736216f01
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, send the new user link to set his password', 'woocommerce' ),
'desc' => __( 'When creating an account, send the new user a link to set his password', 'woocommerce' ),
'id' => 'woocommerce_registration_generate_password',
'default' => 'yes',
'type' => 'checkbox',