diff --git a/www/logout.php b/www/logout.php
index a9fa178cb4bae5baf530b0d1a87a3fd5f05555c5..9b4914740f881687cd0505709f561febfd1d8070 100644
--- a/www/logout.php
+++ b/www/logout.php
@@ -22,7 +22,7 @@ if (array_key_exists('link_href', $_REQUEST)) {
 if (array_key_exists('link_text', $_REQUEST)) {
     $text = $_REQUEST['link_text'];
 } else {
-    $text = '{logout:default_link_text}';
+    $text = 'Go back to SimpleSAMLphp installation page';
 }
 
 $t = new Template($config, 'logout.twig');