diff --git a/src/Illuminate/Notifications/resources/views/email.blade.php b/src/Illuminate/Notifications/resources/views/email.blade.php index be287e4f696d..4abd9b5fc54d 100644 --- a/src/Illuminate/Notifications/resources/views/email.blade.php +++ b/src/Illuminate/Notifications/resources/views/email.blade.php @@ -51,12 +51,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: ', + 'into your web browser: [:actionURL](:actionURL)', [ - 'actionText' => $actionText + 'actionText' => $actionText, + 'actionUrl' => $actionUrl ] ) -[{{ $actionUrl }}]({!! $actionUrl !!}) @endcomponent @endisset @endcomponent