Merge pull request #2464 from wallabag/fix-settings-translation

Fixed hardcoded title for internal settings
This commit is contained in:
Nicolas Lœuillet
2016-10-17 09:23:15 +02:00
committed by GitHub

View File

@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %} {% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}{% trans %}internal settings{% endtrans %}{% endblock %} {% block title %}{{ 'menu.left.internal_settings'|trans }}{% endblock %}
{% block content %} {% block content %}
<div class="row"> <div class="row">