diff --git a/resources/lang/en/ClientSide.php b/resources/lang/en/ClientSide.php index 8d8130b0..0c04eb77 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 db484eeb..0f98d8ef 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 d82134ea..fd1a73e7 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', ];