--- loncom/interface/resetpw.pm 2013/08/14 16:47:37 1.35 +++ loncom/interface/resetpw.pm 2013/08/17 00:34:29 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Allow access to password changing via a token sent to user's e-mail. # -# $Id: resetpw.pm,v 1.35 2013/08/14 16:47:37 raeburn Exp $ +# $Id: resetpw.pm,v 1.36 2013/08/17 00:34:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -397,7 +397,7 @@ sub generic_failure_msg { '

' .&mt('A problem occurred when attempting to reset the password for your account.') .'
' - .&mt('Please contact the [_1] - ([_2]) for assistance.', + .&mt('Please contact the [_1] ([_2]) for assistance.', $contact_name,''.$contact_email.'') .'

'; }