[Revert]auth_signup: should be done here

bzr revid: dle@openerp.com-20130314103017-g0dps4lx151unu6o
This commit is contained in:
dle@openerp.com 2013-03-14 11:30:17 +01:00
parent f5a5e326a4
commit 1b8891dd95
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<!-- add Reset Password button -->
<xpath expr="//div[@class='oe_right oe_button_box']" position="replace">
<div class="oe_right oe_button_box">
<button string="Send invitation to connect by email"
<button string="Send reset password instructions by email"
type="object" name="action_reset_password" />
</div>
</xpath>