aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-06-22 10:26:41 +0200
committerGitHub <noreply@github.com>2017-06-22 10:26:41 +0200
commit9416053bfcefa1cce94ea23eee93f0fabf1af2f8 (patch)
tree74373f81a394ca63d7895d55856f7fc4ad67f7c0 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
parentd0702f9fbd7aa8bf47948b44007cccde2fa66cc6 (diff)
parent1adab57426c75739f9b4b6158805d173c1748378 (diff)
downloadwallabag-9416053bfcefa1cce94ea23eee93f0fabf1af2f8.tar.gz
wallabag-9416053bfcefa1cce94ea23eee93f0fabf1af2f8.tar.zst
wallabag-9416053bfcefa1cce94ea23eee93f0fabf1af2f8.zip
Merge pull request #3241 from wallabag/fix-qr-code-trans
Fix translations on QR code instructions
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.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 2bf64cd6..bcc57dac 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
@@ -82,7 +82,7 @@
82 <fieldset class="w500p inline"> 82 <fieldset class="w500p inline">
83 <div class="row"> 83 <div class="row">
84 <h3>{{ 'config.form_settings.android_configuration'|trans }}</h3> 84 <h3>{{ 'config.form_settings.android_configuration'|trans }}</h3>
85 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}">Touch here to prefill your Android application</a> 85 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}">{{ 'config.form_settings.android_instruction' | trans }}</a>
86 <br/> 86 <br/>
87 <img id="androidQrcode" /> 87 <img id="androidQrcode" />
88 <script> 88 <script>