mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 12:31:02 +00:00
changed description text place in about screen
This commit is contained in:
parent
11ef4de52d
commit
cefdc12380
2 changed files with 4 additions and 4 deletions
|
@ -7,6 +7,8 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% trans "About wallabag" %}</h2>
|
<h2>{% trans "About wallabag" %}</h2>
|
||||||
|
|
||||||
|
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>{% trans "Project website" %}</dt>
|
<dt>{% trans "Project website" %}</dt>
|
||||||
<dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd>
|
<dd><a href="https://www.wallabag.org">https://www.wallabag.org</a></dd>
|
||||||
|
@ -27,8 +29,6 @@
|
||||||
<dd>{{ constant('POCHE') }}</dd>
|
<dd>{{ constant('POCHE') }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
|
|
||||||
|
|
||||||
<h2>{% trans "Getting help" %}</h2>
|
<h2>{% trans "Getting help" %}</h2>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{% trans "About wallabag" %}</h2>
|
<h2>{% trans "About wallabag" %}</h2>
|
||||||
|
|
||||||
|
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>{% trans "Project website" %}</dt>
|
<dt>{% trans "Project website" %}</dt>
|
||||||
<dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
|
<dd><a href="http://www.wallabag.org">http://www.wallabag.org</a></dd>
|
||||||
|
@ -27,8 +29,6 @@
|
||||||
<dd>{{ constant('POCHE') }}</dd>
|
<dd>{{ constant('POCHE') }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>{% trans "wallabag is a read-it-later application: you can save a web page by keeping only content. Elements like ads or menus are deleted." %}</p>
|
|
||||||
|
|
||||||
<h2>{% trans "Helping wallabag" %}</h2>
|
<h2>{% trans "Helping wallabag" %}</h2>
|
||||||
|
|
||||||
<p>{% trans "wallabag is free and opensource. You can help us:" %}</p>
|
<p>{% trans "wallabag is free and opensource. You can help us:" %}</p>
|
||||||
|
|
Loading…
Reference in a new issue