mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust button label on Bitcoin checkout page
This commit is contained in:
parent
f9ca7dcbed
commit
e2037a8108
@ -2504,6 +2504,7 @@ $LANG = array(
|
|||||||
'apply_white_label_header' => 'Apply White Label License',
|
'apply_white_label_header' => 'Apply White Label License',
|
||||||
'videos' => 'Videos',
|
'videos' => 'Videos',
|
||||||
'video' => 'Video',
|
'video' => 'Video',
|
||||||
|
'return_to_invoice' => 'Return to Invoice',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<a href="{{ $source['bitcoin']['uri'] }}">{{ $source['receiver']['address'] }}</a>
|
<a href="{{ $source['bitcoin']['uri'] }}">{{ $source['receiver']['address'] }}</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
{!! Button::normal(strtoupper(trans('texts.return_to_invoice')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||||
<p> </p>
|
<p> </p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user