From 6509609ad57a53619ef9dd756cb9c07c82d15662 Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 26 Feb 2020 15:42:23 +0500 Subject: [PATCH] term --- resources/lang/en/ClientSide.php | 2 +- resources/lang/ru/ClientSide.php | 2 +- resources/lang/tk/ClientSide.php | 2 +- resources/views/desktop/Partials/CreateOrderSection.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/en/ClientSide.php b/resources/lang/en/ClientSide.php index 0c04eb77..b53bb4cc 100644 --- a/resources/lang/en/ClientSide.php +++ b/resources/lang/en/ClientSide.php @@ -116,7 +116,7 @@ return [ 'cooperation' => 'Cooperation', 'oferta' => 'Oferta', - 'terms_conditions' => 'Terms and conditions', + 'terms_conditions' => 'Terms and conditions', ]; diff --git a/resources/lang/ru/ClientSide.php b/resources/lang/ru/ClientSide.php index 0f98d8ef..1ee628c6 100644 --- a/resources/lang/ru/ClientSide.php +++ b/resources/lang/ru/ClientSide.php @@ -124,5 +124,5 @@ return [ 'cooperation' => 'Cooperation', 'oferta' => 'Oferta', - 'terms_conditions' => 'Terms and conditions', + 'terms_conditions' => 'Terms and conditions', ]; diff --git a/resources/lang/tk/ClientSide.php b/resources/lang/tk/ClientSide.php index fd1a73e7..5b529825 100644 --- a/resources/lang/tk/ClientSide.php +++ b/resources/lang/tk/ClientSide.php @@ -123,6 +123,6 @@ return [ 'cooperation' => 'Cooperation', 'oferta' => 'Oferta', - 'terms_conditions' => 'Terms and conditions', + 'terms_conditions' => 'Terms and conditions', ]; diff --git a/resources/views/desktop/Partials/CreateOrderSection.blade.php b/resources/views/desktop/Partials/CreateOrderSection.blade.php index 578a2078..79b4e345 100644 --- a/resources/views/desktop/Partials/CreateOrderSection.blade.php +++ b/resources/views/desktop/Partials/CreateOrderSection.blade.php @@ -182,8 +182,8 @@
- {!! Form::label("terms_conditions", trans("ClientSide.terms_conditions",['link' => route('about',['page'=>'oferta_'.Config::get('app.locale')])])) !!} {!! Form::checkbox("order_terms", true, true,['required' => 'required', 'class' => 'form-control']) !!} + @lang('ClientSide.terms_conditions')