aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-18 12:36:52 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-18 12:36:52 +0100
commit78becd5401e9300fc8e1b54dc93422ddfcc4eb4a (patch)
tree648fd5050302f4b0cd5e92026abec668ecf76752 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config
parent6432b9277ed5dcf269590e421bd0aac4ad66f09c (diff)
downloadwallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.tar.gz
wallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.tar.zst
wallabag-78becd5401e9300fc8e1b54dc93422ddfcc4eb4a.zip
Fix documentation and add help message in Baggy
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig2
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) }}