aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Context.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Context.php')
-rw-r--r--app/Models/Context.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Context.php b/app/Models/Context.php
index 8bee4630a..d20d8ed17 100644
--- a/app/Models/Context.php
+++ b/app/Models/Context.php
@@ -485,7 +485,7 @@ final class FreshRSS_Context {
case 'T':
$tagDAO = FreshRSS_Factory::createTagDao();
self::$current_get['tags'] = true;
- self::$name = _t('index.menu.tags');
+ self::$name = _t('index.menu.mylabels');
self::$get_unread = $tagDAO->countNotRead();
break;
default: