aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
diff options
context:
space:
mode:
authorOlivier Mehani <shtrom@ssji.net>2016-02-25 11:32:40 +1100
committerOlivier Mehani <shtrom@ssji.net>2016-02-25 11:32:40 +1100
commitef186de38a28abf2979c19ff8933f07f296e80b8 (patch)
tree4618c80fcbde5b4a6765aa20b5e84dd0e958bc1b /src/Wallabag/CoreBundle/Resources/views/themes/baggy
parentb60bff0c2a25b05399b53579e660abc41a7ba6d5 (diff)
downloadwallabag-ef186de38a28abf2979c19ff8933f07f296e80b8.tar.gz
wallabag-ef186de38a28abf2979c19ff8933f07f296e80b8.tar.zst
wallabag-ef186de38a28abf2979c19ff8933f07f296e80b8.zip
Make English welcome message more natural
sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig2
1 files changed, 1 insertions, 1 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>