Merge pull request #1312 from kules/master
Correct minor typo error for confirmation message displayed when logging out from IDPpull/1313/head
commit
ce9bf3507f
|
@ -522,7 +522,7 @@
|
||||||
"title": "Logout requested",
|
"title": "Logout requested",
|
||||||
"header": "Logout Requested",
|
"header": "Logout Requested",
|
||||||
"requested": "Logout has been requested by ",
|
"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",
|
"submit": "Log Out",
|
||||||
"deny": "Stay Logged In"
|
"deny": "Stay Logged In"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue