aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-26 14:10:17 +0200
committerGitHub <noreply@github.com>2019-07-26 14:10:17 +0200
commit13fddc353ef71db56d478d6f969d2984e247739d (patch)
tree331594a590ea6f82ba15457f0f86e9491d1f85da /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
parent02a7eb84354cce56c73b4e8fb8294dc67909513f (diff)
parent1ebc8e1f024ae0f13a495872ba7b3705251bfc1f (diff)
downloadwallabag-13fddc353ef71db56d478d6f969d2984e247739d.tar.gz
wallabag-13fddc353ef71db56d478d6f969d2984e247739d.tar.zst
wallabag-13fddc353ef71db56d478d6f969d2984e247739d.zip
Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig2
1 files changed, 1 insertions, 1 deletions
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>