From ace240b1951e9fd0465b496bffe627e08cc0e31c Mon Sep 17 00:00:00 2001 From: rgrigga Date: Thu, 2 Oct 2014 22:11:02 -0400 Subject: [PATCH] Update confide.php password confirmation --- src/lang/en/confide.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/en/confide.php b/src/lang/en/confide.php index a1d9dd5..edacf2c 100644 --- a/src/lang/en/confide.php +++ b/src/lang/en/confide.php @@ -35,6 +35,7 @@ 'wrong_credentials' => 'Incorrect username, email or password.', 'not_confirmed' => 'Your account may not be confirmed. Check your email for the confirmation link', 'confirmation' => 'Your account has been confirmed! You may now login.', + 'password_confirmation' => 'The passwords did not match.', 'wrong_confirmation' => 'Wrong confirmation code.', 'password_forgot' => 'The information regarding password reset was sent to your email.', 'wrong_password_forgot' => 'User not found.',