diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-07-26 13:22:48 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-07-26 13:22:48 +0200 |
commit | 62665a32bb15ea2330e840c11adc2b5a0c9cb854 (patch) | |
tree | 20e41a2c012fe4019814a56418d92fbf607b8ed7 /src/Wallabag/CoreBundle/Resources | |
parent | 28378675f17d698566bbf4a6e1d1ac14f6c0b77b (diff) | |
download | wallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.tar.gz wallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.tar.zst wallabag-62665a32bb15ea2330e840c11adc2b5a0c9cb854.zip |
Upgrade to 4.0
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig index 0919646e..1d3685ae 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/otp_app.html.twig | |||
@@ -35,7 +35,7 @@ | |||
35 | <div class="card-content"> | 35 | <div class="card-content"> |
36 | <div class="row"> | 36 | <div class="row"> |
37 | <div class="input-field col s12"> | 37 | <div class="input-field col s12"> |
38 | <label for="_auth_code">{{ "scheb_two_factor.auth_code"|trans }}</label> | 38 | <label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label> |
39 | <input id="_auth_code" type="text" autocomplete="off" name="_auth_code" /> | 39 | <input id="_auth_code" type="text" autocomplete="off" name="_auth_code" /> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig index 7875d787..6f405d7f 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig | |||
@@ -39,7 +39,7 @@ | |||
39 | <div class="card-content"> | 39 | <div class="card-content"> |
40 | <div class="row"> | 40 | <div class="row"> |
41 | <div class="input-field col s12"> | 41 | <div class="input-field col s12"> |
42 | <label for="_auth_code">{{ "scheb_two_factor.auth_code"|trans }}</label> | 42 | <label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label> |
43 | <input id="_auth_code" type="text" autocomplete="off" name="_auth_code" /> | 43 | <input id="_auth_code" type="text" autocomplete="off" name="_auth_code" /> |
44 | </div> | 44 | </div> |
45 | </div> | 45 | </div> |