Browse Source

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 <>
maTh 2 years ago
parent
commit
6836be6d33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/layout/aside_feed.phtml

+ 1 - 1
app/layout/aside_feed.phtml

@@ -174,7 +174,7 @@
 			<button class="read_all as-link <?= $confirm ?>"
 			<button class="read_all as-link <?= $confirm ?>"
 				form="mark-read-aside"
 				form="mark-read-aside"
 				formaction="<?= _url('entry', 'read', 'get', 'f_------') ?>"
 				formaction="<?= _url('entry', 'read', 'get', 'f_------') ?>"
-				type="submit"><?= _t('gen.action.mark_read') ?></button>
+				type="submit"><?= _t('index.menu.mark_feed_read') ?></button>
 		</li>
 		</li>
 		<?php } ?>
 		<?php } ?>
 	</ul>
 	</ul>