Text Changes: Use simpler language for login detail email subjects.

Props: peterwilsoncc, desrosj.
Fixes #37940.
Built from https://develop.svn.wordpress.org/trunk@45173


git-svn-id: http://core.svn.wordpress.org/trunk@44982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2019-04-12 18:16:52 +00:00
parent 77e87830ae
commit 79f8d9786d
2 changed files with 3 additions and 3 deletions

View File

@@ -1984,8 +1984,8 @@ if ( ! function_exists( 'wp_new_user_notification' ) ) :
$wp_new_user_notification_email = array(
'to' => $user->user_email,
/* translators: Login credentials notification email subject. %s: Site title */
'subject' => __( '[%s] Login Credentials' ),
/* translators: Login details notification email subject. %s: Site title */
'subject' => __( '[%s] Login Details' ),
'message' => $message,
'headers' => '',
);