mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix grammar mistake
This commit is contained in:
parent
ad194c46f2
commit
75a28c53cf
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<input type="hidden" name="form-name" value="create">
|
||||
{{ new_contact_form.csrf_token }}
|
||||
|
||||
<label class="form-label">Where do you want to send email to?</label>
|
||||
<label class="form-label">Where do you want to send the email?</label>
|
||||
|
||||
{{ new_contact_form.email(class="form-control", placeholder="First Last <email@example.com>") }}
|
||||
{{ render_field_errors(new_contact_form.email) }}
|
||||
|
|
Loading…
Reference in a new issue