aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-07-26 13:22:48 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-26 13:22:48 +0200
commit62665a32bb15ea2330e840c11adc2b5a0c9cb854 (patch)
tree20e41a2c012fe4019814a56418d92fbf607b8ed7 /src/Wallabag/UserBundle/Resources
parent28378675f17d698566bbf4a6e1d1ac14f6c0b77b (diff)
downloadwallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.tar.gz
wallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.tar.zst
wallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.zip
Upgrade to 4.0
Diffstat (limited to 'src/Wallabag/UserBundle/Resources')
-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>