Fixed hardcoded title for internal settings

Fix #2458
This commit is contained in:
Nicolas Lœuillet
2016-10-17 09:14:05 +02:00
parent 692f9388cb
commit 5e469b91d9

View 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">