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>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/material/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/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig2
1 files changed, 1 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 f290cb49..a8143315 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
@@ -107,7 +107,7 @@
107 <div class="row"> 107 <div class="row">
108 <div class="input-field col s12"> 108 <div class="input-field col s12">
109 <h5>{{ 'config.form_settings.android_configuration'|trans }}</h5> 109 <h5>{{ 'config.form_settings.android_configuration'|trans }}</h5>
110 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" class="waves-effect waves-light btn hide-on-large-only">Touch here to prefill your Android application</a> 110 <a href="wallabag://{{ app.user.username }}@{{ wallabag_url }}" class="waves-effect waves-light btn hide-on-large-only">{{ 'config.form_settings.android_instruction' | trans }}</a>
111 <img id="androidQrcode" class="hide-on-med-and-down" /> 111 <img id="androidQrcode" class="hide-on-med-and-down" />
112 </div> 112 </div>
113 <script> 113 <script>