diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-14 16:18:26 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-14 16:18:26 +0100 |
commit | bb298cde80ce60290607012cc742ebb7b53af716 (patch) | |
tree | 3bf0f2e1d28aafe5368d11790fea14f6e2474826 | |
parent | 8d52214f1e7b6d446fdf34fbfc8328f08eafbb1e (diff) | |
download | mediagoblin-bb298cde80ce60290607012cc742ebb7b53af716.tar.lz mediagoblin-bb298cde80ce60290607012cc742ebb7b53af716.tar.xz mediagoblin-bb298cde80ce60290607012cc742ebb7b53af716.zip |
Change wording for change_fp; improved the button text
-rw-r--r-- | mediagoblin/templates/mediagoblin/auth/change_fp.html | 4 |
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> |