aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-14 13:49:47 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-14 13:49:47 +0100
commit6432b9277ed5dcf269590e421bd0aac4ad66f09c (patch)
tree9740fca7ceada412265c3e5279a150d901095a2f /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parent37b371726be4b8e1fbdd7061196d814c2dd7e811 (diff)
downloadwallabag-6432b9277ed5dcf269590e421bd0aac4ad66f09c.tar.gz
wallabag-6432b9277ed5dcf269590e421bd0aac4ad66f09c.tar.zst
wallabag-6432b9277ed5dcf269590e421bd0aac4ad66f09c.zip
Replace slider with select
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
index 31931ca2..2b0b0828 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
@@ -47,6 +47,7 @@
47 {{ form_label(form.config.reading_speed) }} 47 {{ form_label(form.config.reading_speed) }}
48 {{ form_errors(form.config.reading_speed) }} 48 {{ form_errors(form.config.reading_speed) }}
49 {{ form_widget(form.config.reading_speed) }} 49 {{ form_widget(form.config.reading_speed) }}
50 <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>
50 </div> 51 </div>
51 </div> 52 </div>
52 53