Adjust button label on Bitcoin checkout page

This commit is contained in:
Hillel Coren 2017-10-24 09:27:55 +03:00
parent f9ca7dcbed
commit e2037a8108
2 changed files with 2 additions and 1 deletions

View File

@ -2504,6 +2504,7 @@ $LANG = array(
'apply_white_label_header' => 'Apply White Label License',
'videos' => 'Videos',
'video' => 'Video',
'return_to_invoice' => 'Return to Invoice',
);

View File

@ -28,7 +28,7 @@
<a href="{{ $source['bitcoin']['uri'] }}">{{ $source['receiver']['address'] }}</a>
</h3>
<p>&nbsp;</p>
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
{!! Button::normal(strtoupper(trans('texts.return_to_invoice')))->large()->asLinkTo($invitation->getLink()) !!}
<p>&nbsp;</p>
</div>
<div class="col-md-6">