Browse Source

Merge pull request #1312 from kules/master

Correct minor typo error for confirmation message displayed when logging out from IDP
pull/1313/head
Justin Richer 7 years ago committed by GitHub
parent
commit
ce9bf3507f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json

2
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"
},

Loading…
Cancel
Save