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:
parent
b60bff0c2a
commit
ef186de38a
7 changed files with 9 additions and 9 deletions
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue