Skip to content

Commit 4b7d0c2

Browse files
rileythompdi
authored andcommitted
change text on password reset page (pypi#4571)
1 parent 2f8bd83 commit 4b7d0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/accounts/request-password-reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<h1 class="page-title">Password reset</h1>
2222
{% if form %}
2323
<form method="POST" action="{{ request.current_route_path() }}">
24-
<p>To reset your account password enter username or email below.</p>
24+
<p>To reset your password, enter your username or email below.</p>
2525
<input name="csrf_token" type="hidden" value="{{ request.session.get_csrf_token() }}">
2626
{% if form.errors.__all__ %}
2727
<ul class="form-errors">

0 commit comments

Comments
 (0)