aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJef van Schendel <jefvanschendel@gmail.com>2011-11-04 02:20:26 +0100
committerJef van Schendel <jefvanschendel@gmail.com>2011-11-04 02:20:26 +0100
commit1b36a8e80c09307a2c4ddf8cc8bfe786a9d86f7d (patch)
tree997cbd6a641715c92249902c8a5423e0cc3018d2
parent560af7ba4342ac89b0a96594ac22944e27547445 (diff)
downloadmediagoblin-1b36a8e80c09307a2c4ddf8cc8bfe786a9d86f7d.tar.lz
mediagoblin-1b36a8e80c09307a2c4ddf8cc8bfe786a9d86f7d.tar.xz
mediagoblin-1b36a8e80c09307a2c4ddf8cc8bfe786a9d86f7d.zip
On second thought, let's use this title for forgot_password.html
-rw-r--r--mediagoblin/templates/mediagoblin/auth/forgot_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/forgot_password.html b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
index c7f01678..9b821426 100644
--- a/mediagoblin/templates/mediagoblin/auth/forgot_password.html
+++ b/mediagoblin/templates/mediagoblin/auth/forgot_password.html
@@ -24,7 +24,7 @@
method="POST" enctype="multipart/form-data">
{{ csrf_token }}
<div class="grid_6 prefix_1 suffix_1 form_box">
- <h1>{% trans %}Forgot your password?{% endtrans %}</h1>
+ <h1>{% trans %}Recover password{% endtrans %}</h1>
{{ wtforms_util.render_divs(fp_form) }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Send instructions{% endtrans %}" class="button"/>