Committer: amyshkin
LJSUP-14527: Improve reset_password admin console commandU trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm
Modified: trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm =================================================================== --- trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm 2012-12-12 08:19:00 UTC (rev 23456) +++ trunk/cgi-bin/LJ/Console/Command/ResetPassword.pm 2012-12-12 08:24:56 UTC (rev 23457) @@ -77,7 +77,7 @@ LJ::send_mail({ 'to' => $u->email_raw, 'from' => $LJ::DONOTREPLY_EMAIL, - 'subject' => "Password Reset", + 'subject' => LJ::Lang::get_text($u->prop('browselang'), 'console.reset_password.subject'), 'body' => $body, }) or $self->info("New password notification email could not be sent.");