From fc1d9e5637ec448073b16c63c8e9deed4e96d097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Sat, 8 Mar 2008 23:44:45 +0000 Subject: [PATCH] Improving text in error template. Thanks to Adam Forsytad git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@378 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/en/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/en/error.php b/templates/default/en/error.php index fef952272..afc4c0a90 100644 --- a/templates/default/en/error.php +++ b/templates/default/en/error.php @@ -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 thisĘtracking 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> -- GitLab