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

Improving text in error template. Thanks to Adam Forsytad

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@378 44740490-163a-0410-bde0-09ae8108e29a
parent fc230156
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ if(array_key_exists('descr_' . $this->data['errorcode'], $this->data)) {
if(array_key_exists('trackid', $this->data)) {
?>
<div class="trackidtext">
If you report this error the track ID makes it possible to track your session in the logs available to the system administrator:
If you report this error, please also report thistracking ID which makes it possible to locate your session in the logs which are available to the system administrator:
<span class="trackid"><?php echo $this->data['trackid']; ?><span>
</div>
......
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