We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f00c6 + 797b6a7 commit 69eb179Copy full SHA for 69eb179
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