Fix Password Reset Email option's description

This commit is contained in:
champsupertramp
2016-09-19 18:36:46 +08:00
parent b88113fa9b
commit 79f81e4e4b
+1 -1
View File
@@ -842,7 +842,7 @@ $this->sections[] = array(
'type' => 'switch',
'title' => __( 'Password Reset Email','ultimatemember' ),
'default' => 1,
'desc' => __('Whether to send the user an email when he request to reset password (Recommended, please keep on)','ultimatemember'),
'desc' => __('Whether to send an email when users changed their password (Recommended, please keep on)','ultimatemember'),
),
array(