diff options
Diffstat (limited to 'src/application/templates/bootstrap-3/password_reset.twig')
-rw-r--r-- | src/application/templates/bootstrap-3/password_reset.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/templates/bootstrap-3/password_reset.twig b/src/application/templates/bootstrap-3/password_reset.twig index f633106..5c074f0 100644 --- a/src/application/templates/bootstrap-3/password_reset.twig +++ b/src/application/templates/bootstrap-3/password_reset.twig @@ -20,7 +20,7 @@ <input type="hidden" name="form_id" value="{{ formId }}"> <div class="form-group"> - <label for="i_username">{{ __("Email address:") }}</label> + <label for="i_email">{{ __("Email address:") }}</label> <input class="form-control" type="email" id="i_email" name="email" value="{{ lastFormField(formId, "email") }}" required autofocus> </div> |