merged with master

This commit is contained in:
shubhammehrotra.symfony@webkul.com 2020-03-16 13:10:34 +05:30
parent 78abd34cac
commit 405d484619
1 changed files with 3 additions and 2 deletions

View File

@ -52,12 +52,13 @@
@slot('subcopy') @slot('subcopy')
@lang( @lang(
"If youre having trouble clicking the \":actionText\" button, copy and paste the URL below\n". "If youre 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, 'actionText' => $actionText,
'actionURL' => $actionUrl, 'actionURL' => $actionUrl,
'displayableActionUrl' => $displayableActionUrl,
] ]
) )
@endslot @endslot
@endisset @endisset
@endcomponent @endcomponent