From e306dd81040a4e81452dc195f587ec0998be58be Mon Sep 17 00:00:00 2001 From: IceToast Date: Mon, 20 Dec 2021 18:56:25 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8C=90=20changed=20payment=20met?= =?UTF-8?q?hod=20missing=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/de.json | 4 ++-- resources/lang/en.json | 12 +++++------- resources/views/admin/store/index.blade.php | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/resources/lang/de.json b/resources/lang/de.json index 83d7e933..33121ccd 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -95,8 +95,8 @@ "This is what the user sees at checkout": "Dies ist die Beschreibung auf der Rechnung und was der Kunde beim kauf sieht", "Adds 1000 credits to your account": "Fügt deinem Account 1000 Credits hinzu", "Active": "Aktiv", - "Paypal is not configured.": "Paypal ist nicht konfiguriert!", - "To configure PayPal, head to the .env and add your PayPal’s client id and secret.": "Um Paypal zu konfigurieren, füge deine Paypal client ID und Secretkey in deine .env-Datei hinzu", + "No payment method is configured.": "Keine Bezahlmethode konfiguriert!", + "To configure the payment methods, head to the .env and add the required options for your prefered payment method.": "Um die Bezahlmethoden einzustellen, setze die passenden Variablen, für eine oder mehrere Bezahlmethoden, in der .env", "Useful Links": "Nützliche Links", "Icon class name": "Icon Klassen-Name", "You can find available free icons": "Hier gibt es kostenlose Icons", diff --git a/resources/lang/en.json b/resources/lang/en.json index 0dbebc01..e1d73461 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -106,8 +106,8 @@ "Adds 1000 credits to your account": "Adds 1000 credits to your account", "Active": "Active", - "Paypal is not configured.": "Paypal is not configured.", - "To configure PayPal, head to the .env and add your PayPal’s client id and secret.": "To configure PayPal, head to the .env and add your PayPal’s client id and secret.", + "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.", "Useful Links": "Useful Links", "Icon class name": "Icon class name", @@ -164,7 +164,7 @@ "You forgot your password? Here you can easily retrieve a new password.": "You forgot your password? Here you can easily retrieve a new password.", "Request new password": "Request new password", "Login": "Login", - "You are only one step a way from your new password, recover your password now.":"You are only one step a way from your new password, recover your password now.", + "You are only one step a way from your new password, recover your password now.": "You are only one step a way from your new password, recover your password now.", "Retype password": "Retype password", "Change password": "Change password", "I already have a membership": "I already have a membership", @@ -363,8 +363,6 @@ "Amount due": "Amount due", "Your Payment was successful!": "Your Payment was successful!", - "Hello":"Hello", - "Your payment was processed successfully!":"Your payment was processed successfully!" - - + "Hello": "Hello", + "Your payment was processed successfully!": "Your payment was processed successfully!" } diff --git a/resources/views/admin/store/index.blade.php b/resources/views/admin/store/index.blade.php index fa679ce2..984fc78e 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 your 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.') }}

@endif