diff options
Diffstat (limited to 'settings/js/templates/authtoken.handlebars')
-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 3051268699f..c2f1f262079 100644 --- a/settings/js/templates/authtoken.handlebars +++ b/settings/js/templates/authtoken.handlebars @@ -8,7 +8,7 @@ <td> <span class="last-activity has-tooltip" title="{{lastActivityTime}}">{{lastActivity}}</span></td> <td class="more"> - {{#if showMore}}<a class="icon icon-more" tabindex="0"/>{{/if}} + {{#if showMore}}<a class="icon icon-more has-tooltip" tabindex="0" title="{{settingsTitle}}"/>{{/if}} <div class="popovermenu menu"> {{#if canScope}} <li><span class="menuitem"> |