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
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2

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