]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed hardcoded title for internal settings 2464/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 17 Oct 2016 07:14:05 +0000 (09:14 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 17 Oct 2016 07:14:05 +0000 (09:14 +0200)
Fix #2458

app/Resources/CraueConfigBundle/views/Settings/modify.html.twig

index 179986cf637a426772d3437cc002a66200159be2..c4e735ee0450cacfc2d19b36a0ce2565ca840e3f 100644 (file)
@@ -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 %}
     <div class="row">