aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-17 09:23:15 +0200
committerGitHub <noreply@github.com>2016-10-17 09:23:15 +0200
commit72ec79a5d6d191e5587a56b4cdaeb1c646e9a6f1 (patch)
tree8ce5cb853555e837be7f2c59e69ee90aced7d82a
parent692f9388cb034d0429d6e291b16260c492238984 (diff)
parent5e469b91d9da6d3061524899cec241ca94236fe6 (diff)
downloadwallabag-72ec79a5d6d191e5587a56b4cdaeb1c646e9a6f1.tar.gz
wallabag-72ec79a5d6d191e5587a56b4cdaeb1c646e9a6f1.tar.zst
wallabag-72ec79a5d6d191e5587a56b4cdaeb1c646e9a6f1.zip
Merge pull request #2464 from wallabag/fix-settings-translation
Fixed hardcoded title for internal settings
-rw-r--r--app/Resources/CraueConfigBundle/views/Settings/modify.html.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
1{% extends "WallabagCoreBundle::layout.html.twig" %} 1{% extends "WallabagCoreBundle::layout.html.twig" %}
2 2
3{% block title %}{% trans %}internal settings{% endtrans %}{% endblock %} 3{% block title %}{{ 'menu.left.internal_settings'|trans }}{% endblock %}
4 4
5{% block content %} 5{% block content %}
6 <div class="row"> 6 <div class="row">