mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Remove unnecessary 'Delete' title from 'Revoke' menu entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
0a61242c85
commit
a291ee6991
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue