From 50dc6f3e9215cb30db3ce5b2ba4c0cbcd4a8f756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 28 Nov 2018 13:44:57 +0100 Subject: [PATCH] Typo --- modules/admin/lib/ConfigController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/lib/ConfigController.php b/modules/admin/lib/ConfigController.php index d3851559b..775b77bac 100644 --- a/modules/admin/lib/ConfigController.php +++ b/modules/admin/lib/ConfigController.php @@ -346,7 +346,7 @@ class ConfigController $warnings[] = Translate::noop( '<strong>The configuration uses the default secret salt</strong>. Make sure to modify the <code>'. 'secretsalt</code> option in the SimpleSAMLphp configuration in production environments. <a '. - 'href="https://simplesamlphp.org/docs/stable/simplesamphp-install">Read more about the '. + 'href="https://simplesamlphp.org/docs/stable/simplesamlphp-install">Read more about the '. 'maintenance of SimpleSAMLphp</a>.' ); } -- GitLab