diff options
| author | 2023-10-27 22:57:01 +0200 | |
|---|---|---|
| committer | 2023-10-27 22:57:01 +0200 | |
| commit | 6836be6d3355d10a86f7f94637f8040cabd40a45 (patch) | |
| tree | efa7e50ab38aebc16c996beef31c040704663f3b /app/layout | |
| parent | ee04355b284a14de9916a629c10d8edb80b817a2 (diff) | |
Better i18n string for feed submenu for mark as read (#5762)
* Update aside_feed.phtml
* Revert "Update aside_feed.phtml"
This reverts commit b406229e24eecfb2b9b35ead425d6e291b95f5d5.
* Update aside_feed.phtml
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 7fefbcc58..a70b680d2 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -174,7 +174,7 @@ <button class="read_all as-link <?= $confirm ?>" form="mark-read-aside" formaction="<?= _url('entry', 'read', 'get', 'f_------') ?>" - type="submit"><?= _t('gen.action.mark_read') ?></button> + type="submit"><?= _t('index.menu.mark_feed_read') ?></button> </li> <?php } ?> </ul> |
