diff --git a/resources/views/admin/store/index.blade.php b/resources/views/admin/store/index.blade.php index 984fc78e..161b911e 100644 --- a/resources/views/admin/store/index.blade.php +++ b/resources/views/admin/store/index.blade.php @@ -29,7 +29,7 @@ @if ($isPaymentSetup == false)

{{ __('No payment method is configured.') }}

-

{{ __('To configure the payment methods, head to the .env and add the required options for your prefered payment method.') }} +

{{ __('To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.') }}

@endif