diff options
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/templates/authtoken.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/templates/authtoken.handlebars b/settings/js/templates/authtoken.handlebars index 7c222d863fe..979cd142ff4 100644 --- a/settings/js/templates/authtoken.handlebars +++ b/settings/js/templates/authtoken.handlebars @@ -18,7 +18,7 @@ {{/if}} {{#if canDelete}} <li> - <a class="icon icon-delete has-tooltip" title="{{disconnectText}}">{{revokeText}}</a> + <a class="icon icon-delete">{{revokeText}}</a> </li> {{/if}} </div> |