diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-18 12:36:52 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-18 12:36:52 +0100 |
commit | 78becd5401e9300fc8e1b54dc93422ddfcc4eb4a (patch) | |
tree | 648fd5050302f4b0cd5e92026abec668ecf76752 /src | |
parent | 6432b9277ed5dcf269590e421bd0aac4ad66f09c (diff) | |
download | wallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.tar.gz wallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.tar.zst wallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.zip |
Fix documentation and add help message in Baggy
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index 3ed96ab1..54faa788 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | |||
@@ -29,10 +29,10 @@ | |||
29 | {{ form_label(form.config.reading_speed) }} | 29 | {{ form_label(form.config.reading_speed) }} |
30 | {{ form_errors(form.config.reading_speed) }} | 30 | {{ form_errors(form.config.reading_speed) }} |
31 | {{ form_widget(form.config.reading_speed) }} | 31 | {{ form_widget(form.config.reading_speed) }} |
32 | <p>{% trans %}You can use online tools to estimate your reading speed{% endtrans %} (<a href="http://www.myreadspeed.com/calculate/">{% trans %}like this one{%endtrans%}</a>).</p> | ||
32 | </div> | 33 | </div> |
33 | </fieldset> | 34 | </fieldset> |
34 | 35 | ||
35 | |||
36 | <fieldset class="w500p inline"> | 36 | <fieldset class="w500p inline"> |
37 | <div class="row"> | 37 | <div class="row"> |
38 | {{ form_label(form.config.language) }} | 38 | {{ form_label(form.config.language) }} |