Fix typo
Fix typo
This commit is contained in:
commit
bb7ffaa88f
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@
|
||||||
"Adds 1000 credits to your account": "Adds 1000 credits to your account",
|
"Adds 1000 credits to your account": "Adds 1000 credits to your account",
|
||||||
"This is what the user sees at checkout": "This is what the user sees at checkout",
|
"This is what the user sees at checkout": "This is what the user sees at checkout",
|
||||||
"No payment method is configured.": "No payment method is configured.",
|
"No payment method is configured.": "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 .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.": "To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.",
|
||||||
"Useful Links": "Useful Links",
|
"Useful Links": "Useful Links",
|
||||||
"Icon class name": "Icon class name",
|
"Icon class name": "Icon class name",
|
||||||
"You can find available free icons": "You can find available free icons",
|
"You can find available free icons": "You can find available free icons",
|
||||||
|
|
|
@ -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…
Reference in a new issue