diff options
Diffstat (limited to 'application/modules/dev/forms/AuthRecoverPassword.php')
| -rw-r--r-- | application/modules/dev/forms/AuthRecoverPassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/forms/AuthRecoverPassword.php b/application/modules/dev/forms/AuthRecoverPassword.php index a1de7ea..35779fc 100644 --- a/application/modules/dev/forms/AuthRecoverPassword.php +++ b/application/modules/dev/forms/AuthRecoverPassword.php @@ -19,7 +19,7 @@ class dev_Form_AuthRecoverPassword extends Zend_Form $this->addElement('submit', 'recoverPassword', array( 'required' => false, 'ignore' => true, - 'label' => 'Recover Password', + 'label' => 'Recover', )); } |
