diff options
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 17570852..f845f128 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -35,7 +35,7 @@ </ul> <ul id="custom-tags-shortcuts" class="shortcuts"> <li> - <a class="left-off-canvas-toggle" href="#" title="View your tags"><i class="fa fa-tags"></i><div class="shortcut-label">Tags</div></a> + <a class="left-off-canvas-toggle" href="#"><i class="fa fa-tags"></i><div class="shortcut-label">Tags</div></a> </li> </ul> <ul id="logout-shortcut" class="shortcuts"> |