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/
This commit is contained in:
mansurahamed
2022-02-07 11:44:43 +06:00
committed by GitHub
parent cafabe5f12
commit a311da0a1f
+1 -1
View File
@@ -482,7 +482,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'{user_profile_link}<br /><br />' .
'Here is the submitted registration form:<br /><br />' .
'{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
),