From 771afa98822699f287117854ac09720c7bb7168b Mon Sep 17 00:00:00 2001 From: "Logan H. Craft" Date: Wed, 16 Jun 2021 17:02:48 -0400 Subject: [PATCH] Remove non ASCII apostrophe from email notification. --- src/Illuminate/Notifications/resources/views/email.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Notifications/resources/views/email.blade.php b/src/Illuminate/Notifications/resources/views/email.blade.php index e7a56b461d94..bcf39f0a15b9 100644 --- a/src/Illuminate/Notifications/resources/views/email.blade.php +++ b/src/Illuminate/Notifications/resources/views/email.blade.php @@ -51,7 +51,7 @@ @isset($actionText) @slot('subcopy') @lang( - "If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n". + "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n". 'into your web browser:', [ 'actionText' => $actionText,