Fix typo
This commit is contained in:
parent
c37ec7b37f
commit
d7949106c6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
@if ($isPaymentSetup == false)
|
@if ($isPaymentSetup == false)
|
||||||
<div class="callout callout-danger">
|
<div class="callout callout-danger">
|
||||||
<h4>{{ __('No payment method is configured.') }}</h4>
|
<h4>{{ __('No payment method is configured.') }}</h4>
|
||||||
<p>{{ __('To configure the payment methods, head to the .env and add the required options for your prefered payment method.') }}
|
<p>{{ __('To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.') }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue