From d9a30ef30141e86b3cf609aa0b559ccdbf6caf94 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 15 Oct 2016 19:26:38 +0200 Subject: Fix tabs on material Signed-off-by: Thomas Citharel --- app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Resources/CraueConfigBundle/views/Settings') diff --git a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig index f44db420..179986cf 100644 --- a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig +++ b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig @@ -13,7 +13,7 @@
-- cgit v1.2.3 From 5e469b91d9da6d3061524899cec241ca94236fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 17 Oct 2016 09:14:05 +0200 Subject: Fixed hardcoded title for internal settings Fix #2458 --- app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Resources/CraueConfigBundle/views/Settings') diff --git a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig index 179986cf..c4e735ee 100644 --- a/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig +++ b/app/Resources/CraueConfigBundle/views/Settings/modify.html.twig @@ -1,6 +1,6 @@ {% extends "WallabagCoreBundle::layout.html.twig" %} -{% block title %}{% trans %}internal settings{% endtrans %}{% endblock %} +{% block title %}{{ 'menu.left.internal_settings'|trans }}{% endblock %} {% block content %}
-- cgit v1.2.3