aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes
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/CoreBundle/Resources/views/themes
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/CoreBundle/Resources/views/themes')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig2
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
index f57673c5..3984081c 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
@@ -4,7 +4,7 @@
4 4
5{% block content %} 5{% block content %}
6 6
7 <h2>{% trans %}Welcome on wallabag!{% endtrans %}</h2> 7 <h2>{% trans %}Welcome to wallabag!{% endtrans %}</h2>
8 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p> 8 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p>
9 <p>{% trans %}Follow us!{% endtrans %}</p> 9 <p>{% trans %}Follow us!{% endtrans %}</p>
10 <h4>{% trans %}Configure the application{% endtrans %}</h4> 10 <h4>{% trans %}Configure the application{% endtrans %}</h4>
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
index e1f6fd5c..aff8dd2b 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
@@ -9,7 +9,7 @@
9 <div class="card-panel settings"> 9 <div class="card-panel settings">
10 10
11 <div class="row"> 11 <div class="row">
12 <h3>{% trans %}Welcome on wallabag!{% endtrans %}</h3> 12 <h3>{% trans %}Welcome to wallabag!{% endtrans %}</h3>
13 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p> 13 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p>
14 <p>{% trans %}Follow us!{% endtrans %}</p> 14 <p>{% trans %}Follow us!{% endtrans %}</p>
15 <h4>{% trans %}Configure the application{% endtrans %}</h4> 15 <h4>{% trans %}Configure the application{% endtrans %}</h4>