aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-25 08:01:00 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-25 08:01:00 +0100
commit74932af231d7abde2c6ecc30bbb6d95dd151ef6f (patch)
tree4618c80fcbde5b4a6765aa20b5e84dd0e958bc1b /src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
parentb60bff0c2a25b05399b53579e660abc41a7ba6d5 (diff)
parentef186de38a28abf2979c19ff8933f07f296e80b8 (diff)
downloadwallabag-74932af231d7abde2c6ecc30bbb6d95dd151ef6f.tar.gz
wallabag-74932af231d7abde2c6ecc30bbb6d95dd151ef6f.tar.zst
wallabag-74932af231d7abde2c6ecc30bbb6d95dd151ef6f.zip
Merge pull request #1723 from shtrom/v2-lang-fix
Make English welcome message more natural
Diffstat (limited to 'src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
index c355d3bf..cbdc1da2 100644
--- a/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/UserBundle/Resources/views/themes/material/layout.html.twig
@@ -1,6 +1,6 @@
1{% extends "WallabagCoreBundle::layout.html.twig" %} 1{% extends "WallabagCoreBundle::layout.html.twig" %}
2 2
3{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %} 3{% block title %}{% trans %}Welcome to wallabag!{% endtrans %}{% endblock %}
4 4
5{% block body_class %}login{% endblock %} 5{% block body_class %}login{% endblock %}
6 6