From 68d9f3b62b2d380d82fde555323d4fe0c2b6ed83 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 20 Oct 2022 16:57:18 +0200 Subject: [PATCH] Fix translation --- www/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/logout.php b/www/logout.php index a9fa178cb..9b4914740 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'); -- GitLab