aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-11-05 15:28:36 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-28 10:13:57 +0200
commiteb7b632ee6f898dbe5c861623f59fa62fc4d5235 (patch)
tree9ff38b5481718f705a2eb866cd947c349360642f /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent96295ec84796551590d24a3516ccbba43469b6f6 (diff)
downloadwallabag-eb7b632ee6f898dbe5c861623f59fa62fc4d5235.tar.gz
wallabag-eb7b632ee6f898dbe5c861623f59fa62fc4d5235.tar.zst
wallabag-eb7b632ee6f898dbe5c861623f59fa62fc4d5235.zip
Added translations and tweak parameters
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index b4c1a628..95d7da9a 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -93,7 +93,7 @@
93 </a> 93 </a>
94 </li> 94 </li>
95 <li id="button_sort"> 95 <li id="button_sort">
96 <a title="{{ 'menu.top.filter_entries'|trans }}" href="#" data-activates="sort" class="nav-panel-menu button-collapse-right"> 96 <a title="{{ 'menu.top.sort_entries'|trans }}" href="#" data-activates="sort" class="nav-panel-menu button-collapse-right">
97 <i class="material-icons">sort_by_alpha</i> 97 <i class="material-icons">sort_by_alpha</i>
98 </a> 98 </a>
99 </li> 99 </li>