aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/templates/mediagoblin/auth/change_fp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/auth/change_fp.html b/mediagoblin/templates/mediagoblin/auth/change_fp.html
index 5677949c..03a6583b 100644
--- a/mediagoblin/templates/mediagoblin/auth/change_fp.html
+++ b/mediagoblin/templates/mediagoblin/auth/change_fp.html
@@ -26,11 +26,11 @@
{{ csrf_token }}
<div class="grid_6 prefix_1 suffix_1 form_box">
- <h1>{% trans %}Enter your new password{% endtrans %}</h1>
+ <h1>{% trans %}Set your new password{% endtrans %}</h1>
{{ wtforms_util.render_divs(cp_form) }}
<div class="form_submit_buttons">
- <input type="submit" value="{% trans %}Submit{% endtrans %}" class="button_form"/>
+ <input type="submit" value="{% trans %}Set password{% endtrans %}" class="button_form"/>
</div>
</div>