Merge pull request #1233 from Connz/patch-1

Removed double 'sure'
pull/1259/head
Justin Richer 2017-06-15 09:44:33 -04:00 committed by GitHub
commit 28ad78e9f3
1 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@
"associated-refresh": "This access token was issued with an associated refresh token.", "associated-refresh": "This access token was issued with an associated refresh token.",
"click-to-display": "Click to display full token value", "click-to-display": "Click to display full token value",
"confirm": "Are you sure sure you would like to revoke this token?", "confirm": "Are you sure sure you would like to revoke this token?",
"confirm-refresh": "Are you sure sure you would like to revoke this refresh token and its associated access tokens?", "confirm-refresh": "Are you sure you would like to revoke this refresh token and its associated access tokens?",
"expires": "Expires", "expires": "Expires",
"no-access": "There are no active access tokens.", "no-access": "There are no active access tokens.",
"no-refresh": "There are no active refresh tokens.", "no-refresh": "There are no active refresh tokens.",
@ -533,4 +533,4 @@
"loggedOut": "You have been logged out of the identity server." "loggedOut": "You have been logged out of the identity server."
} }
} }
} }