1Day 3 年之前
父节点
当前提交
d7949106c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/admin/store/index.blade.php

+ 1 - 1
resources/views/admin/store/index.blade.php

@@ -29,7 +29,7 @@
                     @if ($isPaymentSetup == false)
                         <div class="callout callout-danger">
                             <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>
                         </div>
                     @endif