[FIX] auth_signup: improve wording of "reset password" button

bzr revid: chs@openerp.com-20130215115108-wx4ql5pctvvcjbx7
This commit is contained in:
Christophe Simonis 2013-02-15 12:51:08 +01:00
parent 2ffa8c7979
commit 4fef24e781
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
<!-- add Reset Password button -->
<xpath expr="//div[@class='oe_right oe_button_box']" position="replace">
<div class="oe_right oe_button_box">
<button string="Reset Password" type="object" name="action_reset_password"
help="Send an email to the user to (re)set their password."/>
<button string="Send reset password instructions by email"
type="object" name="action_reset_password" />
</div>
</xpath>
</field>