Change wording for change_fp; improved the button text
This commit is contained in:
parent
8d52214f1e
commit
bb298cde80
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user