diff options
Diffstat (limited to 'src/application')
| -rw-r--r-- | src/application/templates/bootstrap-3/password_reset.twig | 2 | ||||
| -rw-r--r-- | src/application/templates/modern/password_reset.twig | 2 | 
2 files changed, 2 insertions, 2 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> diff --git a/src/application/templates/modern/password_reset.twig b/src/application/templates/modern/password_reset.twig index 4ed9bbe..6601fd4 100644 --- a/src/application/templates/modern/password_reset.twig +++ b/src/application/templates/modern/password_reset.twig @@ -18,7 +18,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> |