From 405d484619642dd63d30908f094323a6427a4dbf Mon Sep 17 00:00:00 2001 From: "shubhammehrotra.symfony@webkul.com" Date: Mon, 16 Mar 2020 13:10:34 +0530 Subject: [PATCH] merged with master --- resources/views/vendor/notifications/email.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php index e46a284a8..1d0b4077e 100755 --- a/resources/views/vendor/notifications/email.blade.php +++ b/resources/views/vendor/notifications/email.blade.php @@ -52,12 +52,13 @@ @slot('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: [:displayableActionUrl](:actionURL)', [ 'actionText' => $actionText, 'actionURL' => $actionUrl, + 'displayableActionUrl' => $displayableActionUrl, ] ) @endslot @endisset -@endcomponent +@endcomponent \ No newline at end of file