diff options
-rw-r--r-- | actions/recoverpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index eb1d8ff92..444dd1f2a 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -135,7 +135,7 @@ class RecoverpasswordAction extends Action { } else { common_element('div', 'instructions', _('If you\'ve forgotten or lost your' . - ' password, you can get a new one sent ' . + ' password, you can get a new one sent to' . ' the email address you have stored ' . ' in your account.')); } |