diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-17 09:23:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-17 09:23:15 +0200 |
commit | 72ec79a5d6d191e5587a56b4cdaeb1c646e9a6f1 (patch) | |
tree | 8ce5cb853555e837be7f2c59e69ee90aced7d82a /app/Resources/CraueConfigBundle | |
parent | 692f9388cb034d0429d6e291b16260c492238984 (diff) | |
parent | 5e469b91d9da6d3061524899cec241ca94236fe6 (diff) | |
download | wallabag-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
Diffstat (limited to 'app/Resources/CraueConfigBundle')
-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"> |