Change words

This commit is contained in:
George 2020-05-27 21:53:48 +01:00
parent 6f78802c0a
commit a87f7e4be9
No known key found for this signature in database
GPG Key ID: F74C2ACA24BAF301
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<input type="hidden" name="form-name" value="create">
<div class="font-weight-bold mt-5">Token</div>
<div class="small-text mb-3">Please enter the 2FA code from your 2FA application</div>
<div class="small-text mb-3">Please enter the 2FA code from your 2FA authenticator</div>
{{ otp_token_form.token(class="form-control", autofocus="true") }}
{{ render_field_errors(otp_token_form.token) }}