aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/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/baggy/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/baggy/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig5
1 files changed, 4 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 721948ef..89e6e076 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,7 +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 <p>
33 {{ 'config.form_settings.reading_speed.help_message'|trans }}
34 <a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
35 </p>
33 </div> 36 </div>
34 </fieldset> 37 </fieldset>
35 38