aboutsummaryrefslogtreecommitdiff
path: root/app/layout
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-10-27 22:57:01 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-27 22:57:01 +0200
commit6836be6d3355d10a86f7f94637f8040cabd40a45 (patch)
treeefa7e50ab38aebc16c996beef31c040704663f3b /app/layout
parentee04355b284a14de9916a629c10d8edb80b817a2 (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.phtml2
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>