Skip to content

Commit 28ad78e

Browse files
authored
Merge pull request mitreid-connect#1233 from Connz/patch-1
Removed double 'sure'
2 parents 059e140 + 90c3c39 commit 28ad78e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"associated-refresh": "This access token was issued with an associated refresh token.",
338338
"click-to-display": "Click to display full token value",
339339
"confirm": "Are you sure sure you would like to revoke this token?",
340-
"confirm-refresh": "Are you sure sure you would like to revoke this refresh token and its associated access tokens?",
340+
"confirm-refresh": "Are you sure you would like to revoke this refresh token and its associated access tokens?",
341341
"expires": "Expires",
342342
"no-access": "There are no active access tokens.",
343343
"no-refresh": "There are no active refresh tokens.",
@@ -533,4 +533,4 @@
533533
"loggedOut": "You have been logged out of the identity server."
534534
}
535535
}
536-
}
536+
}

0 commit comments

Comments
 (0)