Change 'entered' to 'enter'

This commit is contained in:
W1lkins
2018-07-29 23:11:31 +01:00
committed by Frédéric Guillot
parent f88b8bdc31
commit efd64d842d
32 changed files with 32 additions and 32 deletions

View File

@@ -120,7 +120,7 @@ class PasswordResetController extends BaseController
$this->flash->success(t('A link to reset your password has been sent by email.'));
} else {
$this->flash->failure(t('Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?'));
$this->flash->failure(t('Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?'));
}
}