Skip to content
Snippets Groups Projects
Commit 945c02fa authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

improved a error message

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@441 44740490-163a-0410-bde0-09ae8108e29a
parent e35759d9
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,9 @@ $lang = array(
'en' => 'Error processing response from Identity Provider',
'es' => 'Error al procesar la solicitud del proveedor de servicio',
),
'descr_PROCESSAUTHNRESPONSE' => array('en' => 'This IdP received an authentication response from a service provider, but an error occured when trying to process the response.'),
'descr_PROCESSAUTHNRESPONSE' => array(
'en' => 'This SP received an authentication response from a identity provider, but an error occured when trying to process the response.'
),
'title_PROCESSAUTHNREQUEST' => array(
'en' => 'Error processing request from Service Provider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment