Fix ID token icon description

pull/925/merge
Mark Janssen 2015-10-11 23:48:37 +02:00 committed by Justin Richer
parent b5c298e0ca
commit 58543ac9c4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
<% } %>
<% if (token.idTokenId != null) { %>
<br />
<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>
<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>
<% } %>
</td>