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
This commit is contained in:
Jérémy Benoist
2019-07-26 14:10:17 +02:00
committed by GitHub
6 changed files with 159 additions and 37 deletions

View File

@ -35,7 +35,7 @@
<div class="card-content">
<div class="row">
<div class="input-field col s12">
<label for="_auth_code">{{ "scheb_two_factor.auth_code"|trans }}</label>
<label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label>
<input id="_auth_code" type="text" autocomplete="off" name="_auth_code" />
</div>
</div>

View File

@ -39,7 +39,7 @@
<div class="card-content">
<div class="row">
<div class="input-field col s12">
<label for="_auth_code">{{ "scheb_two_factor.auth_code"|trans }}</label>
<label for="_auth_code">{{ "auth_code"|trans({}, 'SchebTwoFactorBundle') }}</label>
<input id="_auth_code" type="text" autocomplete="off" name="_auth_code" />
</div>
</div>