From d7949106c6bd5a6673c95b74edc5d3643cf33afb Mon Sep 17 00:00:00 2001 From: 1Day Date: Fri, 4 Feb 2022 07:33:51 +0100 Subject: [PATCH] Fix typo --- resources/views/admin/store/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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