From a697ca54ad7f723e52fc6591761e1f2f8b7877d6 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:47:25 +0100 Subject: Shortcuts for adding labels (#7274) * add shortcut in config * open my labels menu with shortcut * the first 9 items are selectable + input field * i18n * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge * index.menu.mylabels * order fixed --------- Co-authored-by: Frans de Jonge --- app/Models/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models') 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: -- cgit v1.2.3