From 79f81e4e4b65afd62e861eb2b640cadb25865e94 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Mon, 19 Sep 2016 18:36:46 +0800 Subject: [PATCH] Fix Password Reset Email option's description --- um-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/um-config.php b/um-config.php index b935006f..86364ab7 100644 --- a/um-config.php +++ b/um-config.php @@ -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(