mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
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:
@@ -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
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user