From d33eef65232ba5d02c770d83473c7fb51a413a8d Mon Sep 17 00:00:00 2001 From: IceToast Date: Mon, 20 Dec 2021 09:20:43 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20translation=20strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/store/checkout.blade.php | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index 783e61ed..0f4eef51 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -6,14 +6,14 @@
-

{{ _('Store') }}

+

{{ __('Store') }}

@@ -37,7 +37,7 @@

{{ config('app.name', 'Laravel') }} - {{ _('Date') }}: + {{ __('Date') }}: {{ Carbon\Carbon::now()->isoFormat('LL') }}

@@ -49,21 +49,21 @@ {{ __('To') }}
{{ config('app.name', 'Controlpanel.GG') }}
- {{ _('Email') }}: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }} + {{ __('Email') }}: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }}
- {{ _('From') }} + {{ __('From') }}
{{ Auth::user()->name }}
- {{ _('Email') }}: {{ Auth::user()->email }} + {{ __('Email') }}: {{ Auth::user()->email }}
- {{ _('Status') }}
- {{ _('Pending') }}
+ {{ __('Status') }}
+ {{ __('Pending') }}
{{-- Order ID: 4F3S8J
--}}
@@ -76,10 +76,10 @@ - - - - + + + +
{{ _('Quantity') }}{{ _('Product') }}{{ _('Description') }}{{ _('Subtotal') }}{{ __('Quantity') }}{{ __('Product') }}{{ __('Description') }}{{ __('Subtotal') }}