From bc9c56c98dff3ce5905d61166d633336667d4286 Mon Sep 17 00:00:00 2001
From: Niels van Dijk <niels.vandijk@surf.nl>
Date: Mon, 20 Sep 2021 10:57:12 +0200
Subject: [PATCH] Fixed typos

---
 config/logins.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/logins.json b/config/logins.json
index c082d75..1b11486 100644
--- a/config/logins.json
+++ b/config/logins.json
@@ -591,7 +591,7 @@
     "message": "<b>Error scenario(s)</b><br>This section has SAML errors for (proper) testing error handling on the side of the service",
     "profiles": {
       "error": {
-        "explanation": "<b>Authentication errors</b><br>This login will trigger an 'Authentication failed' error. This error may occur when the user is not able to authenticate at the identity provided.",
+        "explanation": "<b>Authentication errors</b><br>This login will trigger an 'Authentication failed' error. This error may occur when the user is not able to authenticate at the identity provider.",
 	    "display": "Authentication error"
       }
     }
-- 
GitLab