]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/client_parameters.html.twig
Add translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Developer / client_parameters.html.twig
index c2f7e95c49f0a32094481e9a7150fc15134aa58c..a214dfd0b3a7984c2adcc39a2981a305ad7d86a8 100644 (file)
@@ -9,8 +9,8 @@
             <div class="row">
                 <p>{% trans %}Here are your client parameters.{% endtrans %}</p>
                 <ul>
-                    <li>{% trans %}Client ID:{% endtrans %} <strong><pre>{{ client_id }}</pre></strong></li>
-                    <li>{% trans %}Client secret:{% endtrans %} <strong><pre>{{ client_secret }}</pre></strong></li>
+                    <li>{% trans %}Client ID{% endtrans %}: <strong><pre>{{ client_id }}</pre></strong></li>
+                    <li>{% trans %}Client secret{% endtrans %}: <strong><pre>{{ client_secret }}</pre></strong></li>
                 </ul>
 
                 <a href="{{ path('developer') }}" class="waves-effect waves-light grey btn">{% trans %}Back{% endtrans %}</a>