diff options
| author | 2025-02-03 08:47:25 +0100 | |
|---|---|---|
| committer | 2025-02-03 08:47:25 +0100 | |
| commit | a697ca54ad7f723e52fc6591761e1f2f8b7877d6 (patch) | |
| tree | 7a0d7a852b90d5df41e16e33233cbb9c203cf2a1 /app/views/index/normal.phtml | |
| parent | 7e90dfd0485a6684f5dfe7f2abdd92c6f7acb9d0 (diff) | |
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 <fransdejonge@gmail.com>
* index.menu.mylabels
* order fixed
---------
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/views/index/normal.phtml')
| -rw-r--r-- | app/views/index/normal.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index aca3b8f0a..a5e973e1b 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -27,7 +27,7 @@ $today = @strtotime('today'); <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 } ?> |
