merged with master
This commit is contained in:
parent
78abd34cac
commit
405d484619
|
|
@ -52,12 +52,13 @@
|
||||||
@slot('subcopy')
|
@slot('subcopy')
|
||||||
@lang(
|
@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: [:actionURL](:actionURL)',
|
'into your web browser: [:displayableActionUrl](:actionURL)',
|
||||||
[
|
[
|
||||||
'actionText' => $actionText,
|
'actionText' => $actionText,
|
||||||
'actionURL' => $actionUrl,
|
'actionURL' => $actionUrl,
|
||||||
|
'displayableActionUrl' => $displayableActionUrl,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@endslot
|
@endslot
|
||||||
@endisset
|
@endisset
|
||||||
@endcomponent
|
@endcomponent
|
||||||
Loading…
Reference in New Issue