From fa379be99bf9a55b1df03dab234f828740b59f21 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Thu, 18 Apr 2024 21:56:19 -0400 Subject: [PATCH] Single quotes --- lang/en/passwords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', ];