summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 3ff0a110c..55823c8af 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -13,9 +13,7 @@
<ul class="primary_item_utils">
<li ng-class="{ important: item.isStarred() }"
ng-click="itemBusinessLayer.toggleStarred(item.id)"
- class="star"
- title="<?php p($l->t('Save for later')) ?>"
- oc-tooltip
+ class="star"
>
</li>
</ul>