]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig
Remove iphone to be more generic
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / common / Developer / index.html.twig
index 99f8ed2965f01681972c3d4947caca6f7f620944..08ba5b4c35be9ee8151be205f1b9d6b5b2657740 100644 (file)
                                         {{ 'developer.remove.warn_message_1'|trans({'%name%': client.name }) }}<br/>
                                         {{ 'developer.remove.warn_message_2'|trans({'%name%': client.name }) }}<br/>
                                         <a class="waves-effect waves-light red btn" href="{{ path('developer_delete_client', {'id': client.id}) }}">{{ 'developer.remove.action'|trans({'%name%': client.name }) }}</a>
-                                        <a class="waves-effect waves-light btn" href="">{{ 'developer.existing_clients.show_qrcode_iphone'|trans }}</a>
+                                        <a class="waves-effect waves-light btn" href="">{{ 'developer.existing_clients.show_qrcode'|trans }}</a>
                                         <img id="iphoneQrcode{{ client.id }}" />
                                         <script>
-                                            const imgBase64 = jrQrcode.getQrBase64('wallabagv2://{{ app.user.username }}%%{{ wallabag_url }}%%{{ client.id }}_{{ client.randomId }}%%{{ client.secret }}');
+                                            const imgBase64 = jrQrcode.getQrBase64('wallabag-token://{{ app.user.username }}%%{{ wallabag_url }}%%{{ client.id }}_{{ client.randomId }}%%{{ client.secret }}');
                                             document.getElementById('iphoneQrcode{{ client.id }}').src = imgBase64;
                                         </script>
                                     </p>