diff --git a/lang/en/content.php b/lang/en/content.php index 1ae3c323..fc75c590 100644 --- a/lang/en/content.php +++ b/lang/en/content.php @@ -260,9 +260,15 @@ ], "point_2" => "How can you contact us?", "text_2" => [ - "a" => "You can contact us by e-mail: office@blumilk.pl or by phone: +48 579 710 703.", - "b" => "If you have any questions regarding the protection of personal data, please write to:", - "link" => "iod@blumilk.pl", + "a" => [ + "text_1" => "You can contact us by e-mail:", + "text_2" => "office@blumilk.pl", + "text_3" => "or by phone: +48 579 710 703.", + ], + "b" => [ + "text_1" => "If you have any questions regarding the protection of personal data, please write to:", + "text_2" => "iod@blumilk.pl", + ], ], "point_3" => "What data do we process?", "text_3" => [ diff --git a/lang/pl/content.php b/lang/pl/content.php index 9a1b6fd5..bb94ac3d 100644 --- a/lang/pl/content.php +++ b/lang/pl/content.php @@ -257,9 +257,15 @@ ], "point_2" => "Jak możesz się z nami skontaktować?", "text_2" => [ - "a" => "Możesz się z nami skontaktować mailowo: office@blumilk.pl lub telefonicznie: +48 579 710 703.", - "b" => "Jeśli masz pytania dotyczące ochrony danych osobowych, pisz na:", - "link" => "iod@blumilk.pl", + "a" => [ + "text_1" => "Możesz się z nami skontaktować mailowo:", + "text_2" => "office@blumilk.pl", + "text_3" => "lub telefonicznie: +48 579 710 703.", + ], + "b" => [ + "text_1" => "Jeśli masz pytania dotyczące ochrony danych osobowych, pisz na:", + "text_2" => "iod@blumilk.pl", + ], ], "point_3" => "Jakie dane przetwarzamy?", "text_3" => [ diff --git a/resources/views/policy.blade.php b/resources/views/policy.blade.php index e9164bf0..fdf621fe 100644 --- a/resources/views/policy.blade.php +++ b/resources/views/policy.blade.php @@ -36,10 +36,17 @@

{{ __("content.policy.point_2") }}

    -
  1. {{ __("content.policy.text_2.a") }}
  2. -
  3. {{ __("content.policy.text_2.b") }} - - {{ __("content.policy.text_9.text_2") }}. +
  4. + {{ __("content.policy.text_2.a.text_1") }} + + {{ __("content.policy.text_2.a.text_2") }} + + {{ __("content.policy.text_2.a.text_3") }} +
  5. +
  6. + {{ __("content.policy.text_2.b.text_1") }} + + {{ __("content.policy.text_2.b.text_2") }}.