diff options
Diffstat (limited to 'app/views/index/global.phtml')
| -rw-r--r-- | app/views/index/global.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 527c0b9c4..4be568fd0 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -25,7 +25,7 @@ <div class="dropdown-menu"> <ul class="dropdown-menu-scrollable scrollbar-thin"> <li class="dropdown-header"> - <?= _t('index.menu.tags') ?> + <?= _t('index.menu.mylabels') ?> <?php if (FreshRSS_Auth::hasAccess()) { ?> <a href="<?= _url('tag', 'index') ?>"><?= _i('configure') ?></a> <?php } ?> |
