]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
Add translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Developer / index.html.twig
index 604bfec9c6017fbc0bac88012178314ae25ffd5c..2e7dbcab709e419afd576fd81e5ab81bf6b6a423 100644 (file)
                                 <div class="collapsible-body">
                                     <table class="striped">
                                         <tr>
-                                            <td>{% trans %}Client ID:{% endtrans %}</td>
+                                            <td>{% trans %}Client ID{% endtrans %}</td>
                                             <td><strong><code>{{ client.id }}_{{ client.randomId }}</code></strong></td>
                                         </tr>
                                         <tr>
-                                            <td>{% trans %}Client secret:{% endtrans %}</td>
+                                            <td>{% trans %}Client secret{% endtrans %}</td>
                                             <td><strong><code>{{ client.secret }}</code></strong></td>
                                         </tr>
                                         <tr>
-                                            <td>{% trans %}Redirect URIs:{% endtrans %}</td>
+                                            <td>{% trans %}Redirect URIs{% endtrans %}</td>
                                             <td><strong><code>{{ client.redirectUris|json_encode() }}</code></strong></td>
                                         </tr>
                                         <tr>
-                                            <td>{% trans %}Grant type allowed:{% endtrans %}</td>
+                                            <td>{% trans %}Grant type allowed{% endtrans %}</td>
                                             <td><strong><code>{{ client.allowedGrantTypes|json_encode() }}</code></strong></td>
                                         </tr>
                                     </table>