Skip to content

Commit

Permalink
cr change
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Sep 16, 2024
1 parent cc2b52a commit ac945a7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
12 changes: 9 additions & 3 deletions lang/en/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" => [
Expand Down
12 changes: 9 additions & 3 deletions lang/pl/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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" => [
Expand Down
15 changes: 11 additions & 4 deletions resources/views/policy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@
<h4 class="font-semibold text-lg text-black pt-12 xl:pt-6 mb-4">{{ __("content.policy.point_2") }}</h4>
<div class="leading-loose md:leading-relaxed pl-6">
<ol class="list-alpha text-sm md:text-lg leading-loose md:leading-relaxed">
<li>{{ __("content.policy.text_2.a") }}</li>
<li>{{ __("content.policy.text_2.b") }}
<a href="mailto:{{ __("content.policy.text_2.link") }}" class="text-website-normal" rel="noopener noreferrer">
{{ __("content.policy.text_9.text_2") }}.
<li>
{{ __("content.policy.text_2.a.text_1") }}
<a href="mailto:{{ __("content.policy.text_2.a.text_2") }}" class="text-website-normal" rel="noopener noreferrer">
{{ __("content.policy.text_2.a.text_2") }}
</a>
{{ __("content.policy.text_2.a.text_3") }}
</li>
<li>
{{ __("content.policy.text_2.b.text_1") }}
<a href="mailto:{{ __("content.policy.text_2.b.text_2") }}" class="text-website-normal" rel="noopener noreferrer">
{{ __("content.policy.text_2.b.text_2") }}.
</a>
</li>
</ol>
Expand Down

0 comments on commit ac945a7

Please sign in to comment.