aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js/templates/authtoken.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js/templates/authtoken.handlebars')
-rw-r--r--settings/js/templates/authtoken.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/templates/authtoken.handlebars b/settings/js/templates/authtoken.handlebars
index 979cd142ff4..3653c3246e1 100644
--- a/settings/js/templates/authtoken.handlebars
+++ b/settings/js/templates/authtoken.handlebars
@@ -2,8 +2,8 @@
<td class="client">
<div class="{{icon}}" />
</td>
- <td class="has-tooltip" title="{{title}}">
- <span class="token-name">{{name}}</span>
+ <td class="token-name">
+ {{name}}
</td>
<td>
<span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td>