Remove unnecessary 'Delete' title from 'Revoke' menu entry

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/12191/head
Jan-Christoph Borchardt 8 years ago
parent 0a61242c85
commit a291ee6991
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
  1. 2
      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>

Loading…
Cancel
Save