diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-17 09:14:05 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-17 09:14:05 +0200 |
commit | 5e469b91d9da6d3061524899cec241ca94236fe6 (patch) | |
tree | 8ce5cb853555e837be7f2c59e69ee90aced7d82a | |
parent | 692f9388cb034d0429d6e291b16260c492238984 (diff) | |
download | wallabag-5e469b91d9da6d3061524899cec241ca94236fe6.tar.gz wallabag-5e469b91d9da6d3061524899cec241ca94236fe6.tar.zst wallabag-5e469b91d9da6d3061524899cec241ca94236fe6.zip |
Fixed hardcoded title for internal settings
Fix #2458
-rw-r--r-- | app/Resources/CraueConfigBundle/views/Settings/modify.html.twig | 2 |
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"> |