From a311da0a1f743d16bdfffa46bcaead6a0c28eee7 Mon Sep 17 00:00:00 2001 From: mansurahamed Date: Mon, 7 Feb 2022 11:44:43 +0600 Subject: [PATCH] Change the word approved to created For new user admin notification email description the word approved creates confusion, this should be changed to created https://secure.helpscout.net/conversation/1779797627/58148/ --- includes/class-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-config.php b/includes/class-config.php index 2c968714..0cc2a9b9 100644 --- a/includes/class-config.php +++ b/includes/class-config.php @@ -482,7 +482,7 @@ if ( ! class_exists( 'um\Config' ) ) { '{user_profile_link}

' . 'Here is the submitted registration form:

' . '{submitted_registration}', - 'description' => __('Whether to receive notification when a new user account is approved','ultimate-member'), + 'description' => __('Whether to receive notification when a new user account is created','ultimate-member'), 'recipient' => 'admin', 'default_active' => true ),