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

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-11-01 12:31:37 +01:00
parent 0a61242c85
commit a291ee6991
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -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>