Skip to content

Commit 58543ac

Browse files
praseodymjricher
authored andcommitted
Fix ID token icon description
1 parent b5c298e commit 58543ac

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/template

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/template/token.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<% } %>
101101
<% if (token.idTokenId != null) { %>
102102
<br />
103-
<span class="label label-success" title="This access token was issued with an associated ID token." data-i18n="[title]token.token-table.associated-refresh">+ <i class="icon-user icon-white"></i> ID</span>
103+
<span class="label label-success" title="This access token was issued with an associated ID token." data-i18n="[title]token.token-table.associated-id">+ <i class="icon-user icon-white"></i> ID</span>
104104
<% } %>
105105

106106
</td>

0 commit comments

Comments
 (0)