diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 12:31:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 12:31:37 +0100 |
commit | a291ee69913f02a4b6b337b65dd1c7e48e050eca (patch) | |
tree | be3673cfa6681e345f53577fbefb42054b217b98 /settings | |
parent | 0a61242c8520a5261a8f239be90998b7682a7214 (diff) | |
download | nextcloud-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.handlebars | 2 |
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> |