]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unnecessary 'Delete' title from 'Revoke' menu entry
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 11:31:37 +0000 (12:31 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 11:31:37 +0000 (12:31 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
settings/js/templates/authtoken.handlebars

index 7c222d863fe432c70220d12222d379d2c0a6fa1b..979cd142ff40fa35de6435d1997f63d06332d9c4 100644 (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>