Skip to content

Commit 797b6a7

Browse files
committed
Add text inside <p> tag
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
1 parent 5a96d52 commit 797b6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/login/twofactor/application.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<label class="form-label" for="2faCodeInput">{% trans "Authentication code:" %}</label>
33
<input class="form-control" id="2faCodeInput" type="text" name="2fa_code" autocomplete="off" autofocus>
44
</div>
5-
{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}
5+
<p>{% trans 'Open the two-factor authentication app on your device to view your authentication code and verify your identity.' %}</p>

0 commit comments

Comments
 (0)