aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_feed.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-26 11:31:30 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-26 11:31:30 +0100
commitc05e931d5ed2ce315e9556db9ebf6afd9918f6fc (patch)
tree45c6dbaf580f0a7b62d6a527cead84b562209ebf /app/layout/aside_feed.phtml
parent999e88c662895080024e905e926be572b71b7f53 (diff)
Deleted: bookmark.svg (#4897)
* delete bookmark.svg * optimize Pafat theme
Diffstat (limited to 'app/layout/aside_feed.phtml')
-rw-r--r--app/layout/aside_feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 3c4f1ec2e..bb9d678dc 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -37,7 +37,7 @@
<li class="tree-folder category favorites<?= FreshRSS_Context::isCurrentGet('s') ? ' active' : '' ?>">
<div class="tree-folder-title">
- <?= _i('bookmark') ?>
+ <?= _i('starred') ?>
<a class="title" data-unread="<?= format_number(FreshRSS_Context::$total_starred['unread']) ?>" href="<?= _url('index', $actual_view, 'get', 's') . $state_filter_manual ?>">
<?= _t('index.menu.favorites', format_number(FreshRSS_Context::$total_starred['all'])) ?>
</a>