Skip to content
Snippets Groups Projects
Commit 68d9f3b6 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix translation

parent e2836eb1
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ if (array_key_exists('link_href', $_REQUEST)) { ...@@ -22,7 +22,7 @@ if (array_key_exists('link_href', $_REQUEST)) {
if (array_key_exists('link_text', $_REQUEST)) { if (array_key_exists('link_text', $_REQUEST)) {
$text = $_REQUEST['link_text']; $text = $_REQUEST['link_text'];
} else { } else {
$text = '{logout:default_link_text}'; $text = 'Go back to SimpleSAMLphp installation page';
} }
$t = new Template($config, 'logout.twig'); $t = new Template($config, 'logout.twig');
......
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