From 2a7da09afb88b0a421e26b7100e1c9760e6c96e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Wed, 21 Nov 2018 10:01:36 +0100 Subject: [PATCH] Add missing translation for the sanity check module. --- modules/core/dictionaries/frontpage.definition.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/core/dictionaries/frontpage.definition.json b/modules/core/dictionaries/frontpage.definition.json index bb5b229a8..81fce998d 100644 --- a/modules/core/dictionaries/frontpage.definition.json +++ b/modules/core/dictionaries/frontpage.definition.json @@ -110,6 +110,9 @@ "link_cleardiscochoices": { "en": "Delete my choices of IdP in the IdP discovery services" }, + "link_sanitycheck": { + "en": "Sanity check of your SimpleSAMLphp setup" + }, "welcome": { "en": "Welcome" }, -- GitLab