We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8bd83 commit 4b7d0c2Copy full SHA for 4b7d0c2
warehouse/templates/accounts/request-password-reset.html
@@ -21,7 +21,7 @@
21
<h1 class="page-title">Password reset</h1>
22
{% if form %}
23
<form method="POST" action="{{ request.current_route_path() }}">
24
- <p>To reset your account password enter username or email below.</p>
+ <p>To reset your password, enter your username or email below.</p>
25
<input name="csrf_token" type="hidden" value="{{ request.session.get_csrf_token() }}">
26
{% if form.errors.__all__ %}
27
<ul class="form-errors">
0 commit comments