diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
index a767f8cfd..773a37291 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
@@ -80,6 +80,13 @@
+
+ {% if currentRoute == 'unread' or currentRoute == 'homepage' %}{% trans %}Unread{% endtrans %}{% endif %}
+ {% if currentRoute == 'starred' %}{% trans %}Starred{% endtrans %}{% endif %}
+ {% if currentRoute == 'archive' %}{% trans %}Archive{% endtrans %}{% endif %}
+ {% if currentRoute == 'tags' %}{% trans %}Tags{% endtrans %}{% endif %}
+ {% if currentRoute == 'config' %}{% trans %}Config{% endtrans %}{% endif %}
+