We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a96d52 commit 797b6a7Copy full SHA for 797b6a7
1 file changed
templates/login/twofactor/application.twig
@@ -2,4 +2,4 @@
2
<label class="form-label" for="2faCodeInput">{% trans "Authentication code:" %}</label>
3
<input class="form-control" id="2faCodeInput" type="text" name="2fa_code" autocomplete="off" autofocus>
4
</div>
5
-{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}
+<p>{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}</p>
0 commit comments