aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:31:37 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-11-01 12:31:37 +0100
commita291ee69913f02a4b6b337b65dd1c7e48e050eca (patch)
treebe3673cfa6681e345f53577fbefb42054b217b98 /settings
parent0a61242c8520a5261a8f239be90998b7682a7214 (diff)
downloadnextcloud-server-a291ee69913f02a4b6b337b65dd1c7e48e050eca.tar.gz
nextcloud-server-a291ee69913f02a4b6b337b65dd1c7e48e050eca.zip
Remove unnecessary 'Delete' title from 'Revoke' menu entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r--settings/js/templates/authtoken.handlebars2
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>