diff --git a/src/Illuminate/Notifications/resources/views/email.blade.php b/src/Illuminate/Notifications/resources/views/email.blade.php index fe38895320d1..fb6752447d62 100644 --- a/src/Illuminate/Notifications/resources/views/email.blade.php +++ b/src/Illuminate/Notifications/resources/views/email.blade.php @@ -53,12 +53,12 @@ @component('mail::subcopy') @lang( "If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n". - 'into your web browser: [:actionURL](:actionURL)', + 'into your web browser: ', [ - 'actionText' => $actionText, - 'actionURL' => $actionUrl + 'actionText' => $actionText ] ) +[{{ $actionUrl }}]({!! $actionUrl !!}) @endcomponent @endisset @endcomponent