]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/_title.html.twig
Merge pull request #2292 from wallabag/fix-markasread-label
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / _title.html.twig
index 525e2a204b0ecc783a58d1e003ad4b9480f03a63..d1c2f20379f19182b0a4a312604e07f37f1f1519 100644 (file)
@@ -8,6 +8,8 @@
     {{ 'entry.page_titles.filtered'|trans }}
 {% elseif currentRoute == 'tag_entries' %}
     {{ 'entry.page_titles.filtered_tags'|trans }}
+{% elseif currentRoute == 'untagged' %}
+    {{ 'entry.page_titles.untagged'|trans }}
 {% else %}
     {{ 'entry.page_titles.unread'|trans }}
 {% endif %}