From 9bff58085d8e06e59ef69f4159372c6f2ef802f6 Mon Sep 17 00:00:00 2001 From: still fetalvero Date: Mon, 30 Oct 2017 22:56:07 +0800 Subject: [PATCH] Fix typo error for log out to IDP confirmation message --- .../src/main/webapp/resources/js/locale/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json index 613734efd..0385c6211 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json @@ -522,7 +522,7 @@ "title": "Logout requested", "header": "Logout Requested", "requested": "Logout has been requested by ", - "explanation": "Do you wan to log out of the identity provider? This will not affect your session at any other systems.", + "explanation": "Do you want to log out of the identity provider? This will not affect your session at any other systems.", "submit": "Log Out", "deny": "Stay Logged In" },