Fix ID token icon description
parent
b5c298e0ca
commit
58543ac9c4
|
@ -100,7 +100,7 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (token.idTokenId != null) { %>
|
<% if (token.idTokenId != null) { %>
|
||||||
<br />
|
<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>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue