diff --git a/lang/en/passwords.php b/lang/en/passwords.php index 76a6959b7..bde70f915 100644 --- a/lang/en/passwords.php +++ b/lang/en/passwords.php @@ -15,5 +15,5 @@ return [ 'reset' => 'Your password has been reset!', 'sent' => 'We have e-mailed your password reset link!', 'token' => 'This password reset token is invalid.', - 'user' => "We can't find a user with that e-mail address.", + 'user' => 'We can\'t find a user with that e-mail address.', ];