Merge pull request #975 from ultimatemember/mansurahamed-patch-1

Change the word approved to created
This commit is contained in:
Nikita Sinelnikov
2022-02-07 11:47:27 +02:00
committed by GitHub
+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
),