aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-26 15:49:44 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-26 15:49:44 +0200
commit73e8df9e444c60b532d923b22e4dbe2efff18ede (patch)
tree484e7e7ab173970d6a2fa7c3ff8d34daa9ef66d8 /src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
parent7a5043f187a1f9aac37f359c8f407e5febea50f7 (diff)
downloadwallabag-73e8df9e444c60b532d923b22e4dbe2efff18ede.tar.gz
wallabag-73e8df9e444c60b532d923b22e4dbe2efff18ede.tar.zst
wallabag-73e8df9e444c60b532d923b22e4dbe2efff18ede.zip
Renamed variable for page title
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
index 42dfee58..92cabdd9 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/_title.html.twig
@@ -7,7 +7,7 @@
7{% elseif currentRoute == 'all' %} 7{% elseif currentRoute == 'all' %}
8 {{ 'entry.page_titles.filtered'|trans }} 8 {{ 'entry.page_titles.filtered'|trans }}
9{% elseif currentRoute == 'tag_entries' %} 9{% elseif currentRoute == 'tag_entries' %}
10 {{ 'entry.page_titles.filtered_tags'|trans }} {{ params['label'] }} 10 {{ 'entry.page_titles.filtered_tags'|trans }} {{ currentTag }}
11{% elseif currentRoute == 'untagged' %} 11{% elseif currentRoute == 'untagged' %}
12 {{ 'entry.page_titles.untagged'|trans }} 12 {{ 'entry.page_titles.untagged'|trans }}
13{% else %} 13{% else %}