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