From efd64d842d82404612baef58d9debe1af7515a66 Mon Sep 17 00:00:00 2001 From: W1lkins Date: Sun, 29 Jul 2018 23:11:31 +0100 Subject: Change 'entered' to 'enter' --- app/Controller/PasswordResetController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') diff --git a/app/Controller/PasswordResetController.php b/app/Controller/PasswordResetController.php index cc0755ca..2427c0b4 100644 --- a/app/Controller/PasswordResetController.php +++ b/app/Controller/PasswordResetController.php @@ -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?')); } } -- cgit v1.2.3