Skip to content

Commit ce9bf35

Browse files
authored
Merge pull request mitreid-connect#1312 from kules/master
Correct minor typo error for confirmation message displayed when logging out from IDP
2 parents ef01d30 + 9bff580 commit ce9bf35

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/js/locale/en

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
"title": "Logout requested",
523523
"header": "Logout Requested",
524524
"requested": "Logout has been requested by ",
525-
"explanation": "Do you wan to log out of the identity provider? This will not affect your session at any other systems.",
525+
"explanation": "Do you want to log out of the identity provider? This will not affect your session at any other systems.",
526526
"submit": "Log Out",
527527
"deny": "Stay Logged In"
528528
},

0 commit comments

Comments
 (0)