Skip to content

Commit 889e02c

Browse files
committed
Fixes styling and updates text for form
1 parent 316b67c commit 889e02c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend-src/styles/copy.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@ form h2 {
15351535
border-bottom: 1px solid #b9b9b9;
15361536
margin-bottom: 50px;
15371537
min-width: 80%;
1538+
justify-content: space-between;
15381539
}
15391540

15401541
.blog-box h3 {

modules/Katr/Controllers/ServicesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function getTimberComponentData($language)
4040
'unit' => 'Jednotky',
4141
],
4242
'gdpr' => [
43-
'consent' => "Souhlasím se zpracováním údajů"
43+
'consent' => "Souhlasím se zpracováním údajů a obchodními podmínkam"
4444
]
4545
],
4646
// TODO: translate

0 commit comments

Comments
 (0)