1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-31 18:31:02 +00:00

Make English welcome message more natural

sed -i "s/Welcome on wallabag/Welcome to wallabag/"

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2016-02-25 11:32:40 +11:00
parent b60bff0c2a
commit ef186de38a
7 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
{% block title %}{% trans %}Welcome to wallabag!{% endtrans %}{% endblock %}
{% block body_class %}login{% endblock %}

View file

@ -1,6 +1,6 @@
{% extends "WallabagCoreBundle::layout.html.twig" %}
{% block title %}{% trans %}Welcome on wallabag!{% endtrans %}{% endblock %}
{% block title %}{% trans %}Welcome to wallabag!{% endtrans %}{% endblock %}
{% block body_class %}login{% endblock %}