aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig')
-rw-r--r--src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
index 47a5cb78..c16a6eaf 100644
--- a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
+++ b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
@@ -16,14 +16,14 @@
16 {% endif %} 16 {% endif %}
17 17
18 <div class="input-field col s12"> 18 <div class="input-field col s12">
19 <label for="_auth_code">{{ "scheb_two_factor.auth_code"|trans }}</label> 19 <label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label>
20 <input id="_auth_code" type="text" autocomplete="off" name="{{ authCodeParameterName }}" /> 20 <input id="_auth_code" type="text" autocomplete="off" name="{{ authCodeParameterName }}" />
21 </div> 21 </div>
22 22
23 {% if displayTrustedOption %} 23 {% if displayTrustedOption %}
24 <div class="input-field col s12"> 24 <div class="input-field col s12">
25 <input id="_trusted" type="checkbox" name="{{ trustedParameterName }}" /> 25 <input id="_trusted" type="checkbox" name="{{ trustedParameterName }}" />
26 <label for="_trusted">{{ "scheb_two_factor.trusted"|trans }}</label> 26 <label for="_trusted">{{ "trusted"|trans({}, 'SchebTwoFactorBundle') }}</label>
27 </div> 27 </div>
28 {% endif %} 28 {% endif %}
29 </div> 29 </div>
@@ -31,7 +31,7 @@
31 <div class="card-action center"> 31 <div class="card-action center">
32 <a href="{{ path('fos_user_security_logout') }}" class="waves-effect waves-light grey btn">{{ 'security.login.cancel'|trans }}</a> 32 <a href="{{ path('fos_user_security_logout') }}" class="waves-effect waves-light grey btn">{{ 'security.login.cancel'|trans }}</a>
33 <button class="btn waves-effect waves-light" type="submit" name="send"> 33 <button class="btn waves-effect waves-light" type="submit" name="send">
34 {{ "scheb_two_factor.login"|trans }} 34 {{ "login"|trans({}, 'SchebTwoFactorBundle') }}
35 <i class="material-icons right">send</i> 35 <i class="material-icons right">send</i>
36 </button> 36 </button>
37 </div> 37 </div>