aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-03-20 22:09:00 +0100
committerJeremy Benoist <jbenoist@20minutes.fr>2016-03-21 10:00:41 +0100
commitf3e49264f23627df27d1e0b6964295a6d7899b85 (patch)
tree3320b5702e36518c2accdd203e084a5809790b4c /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parent4cb3ef5125599c2ffdb3745e973e713cc0d6b5dd (diff)
downloadwallabag-f3e49264f23627df27d1e0b6964295a6d7899b85.tar.gz
wallabag-f3e49264f23627df27d1e0b6964295a6d7899b85.tar.zst
wallabag-f3e49264f23627df27d1e0b6964295a6d7899b85.zip
Add reading time translation
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.twig5
1 files changed, 4 insertions, 1 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 698219b9..3343a1d2 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,7 +47,10 @@
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 <p>
51 {{ 'config.form_settings.reading_speed.help_message'|trans }}
52 <a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
53 </p>
51 </div> 54 </div>
52 </div> 55 </div>
53 56