]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/layout.html.twig
Convert english translation file
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / layout.html.twig
similarity index 88%
rename from src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
rename to src/Wallabag/UserBundle/Resources/views/layout.html.twig
index cbdc1da205e281cf0d891418ee2f3b133882a3f1..1d0189ca78f24ec3597fdc2971f79c78ec5ad5a7 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "WallabagCoreBundle::layout.html.twig" %}
 
-{% block title %}{% trans %}Welcome to wallabag!{% endtrans %}{% endblock %}
+{% block title %}{{ 'security.login.page_title'|trans }}{% endblock %}
 
 {% block body_class %}login{% endblock %}