X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frecoverpassword.php;h=2afd052a78f3fbb8e5d00c63339aadf56aa3712e;hb=aec6456c9181ea97e11eb74c5eaf868c2406bebb;hp=620fe7eb8e20ed9c5f05f5615fe19356980e6cba;hpb=fadae96a74abd710316d336109bf8eca4d9394ac;p=quix0rs-gnu-social.git diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 620fe7eb8e..2afd052a78 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -1,7 +1,7 @@ element('p', null, _('If you\'ve forgotten or lost your' . ' password, you can get a new one sent to' . - ' the email address you have stored ' . + ' the email address you have stored' . ' in your account.')); } else if ($this->mode == 'reset') { $this->element('p', null, - _('You\'ve been identified. Enter a ' . + _('You\'ve been identified. Enter a' . ' new password below. ')); } $this->elementEnd('div');