From: Nicolas LÅ“uillet Date: Mon, 17 Oct 2016 07:14:05 +0000 (+0200) Subject: Fixed hardcoded title for internal settings X-Git-Tag: 2.1.2~2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F2464%2Fhead;p=github%2Fwallabag%2Fwallabag.git Fixed hardcoded title for internal settings Fix #2458 --- 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 %}