Skip to content

Commit f35d94b

Browse files
committed
Merge branch 'develop'
2 parents 8de0a4f + 5c006e6 commit f35d94b

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

i18n/de.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- id: nav_cta
44
translation: "Jetzt loslegen"
55
- id: nav_promotion
6-
translation: ":cherry_blossom: Spring Sale: 25 %* Rabatt auf Cryptomator – Bis&nbsp;zum&nbsp;World&nbsp;Backup&nbsp;Day!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/de/blog/2025/03/20/spring-sale/\">Mehr Infos&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
6+
translation: ":cherry_blossom: Spring Sale: 25 %* Rabatt auf Cryptomator – Bis&nbsp;zum&nbsp;World&nbsp;Backup&nbsp;Day!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/de/blog/2025/03/20/spring-sale/\">Mehr erfahren&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
77
- id: nav_products
88
translation: "Produkte"
99
- id: nav_support_us
@@ -302,7 +302,7 @@
302302

303303
# Home
304304
- id: home_header_kicker_sale
305-
translation: "25% Rabatt – Spring Sale"
305+
translation: "25 %* Rabatt – Spring Sale"
306306
- id: home_header_kicker
307307
translation: "3.000.000+ Downloads"
308308
- id: home_header_title

i18n/en.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- id: nav_cta
44
translation: "Get Started"
55
- id: nav_promotion
6-
translation: ":cherry_blossom: Spring Sale: 25%* Off Cryptomator – Until&nbsp;World&nbsp;Backup&nbsp;Day!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/blog/2025/03/20/spring-sale/\">More Info&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
6+
translation: ":cherry_blossom: Spring Sale: 25%* Off Cryptomator – Until&nbsp;World&nbsp;Backup&nbsp;Day!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/blog/2025/03/20/spring-sale/\">Learn More&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
77
- id: nav_products
88
translation: "Products"
99
- id: nav_support_us
@@ -302,7 +302,7 @@
302302

303303
# Home
304304
- id: home_header_kicker_sale
305-
translation: "25% Off – Spring Sale"
305+
translation: "25%* Off – Spring Sale"
306306
- id: home_header_kicker
307307
translation: "3,000,000+ Downloads"
308308
- id: home_header_title

layouts/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h1 class="font-h1 mb-6">{{ i18n "home_header_title" . | safeHTML }}</h1>
3939
<a href="{{ .Site.LanguagePrefix }}/for-teams/" role="button" class="btn btn-primary text-lg w-full md:w-64 plausible-event-name=home-header-teams-cta" data-umami-event="home-header-teams-cta">{{ i18n "home_header_for_teams_cta" . }}</a>
4040
</div>
4141
</div>
42+
<p class="text-sm mt-6">
43+
* {{ i18n "pricing_discount_note" }}
44+
</p>
4245
</div>
4346
</header>
4447
</section>

layouts/pricing/single.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="text-center font-h2 mb-4">
9090
{{ i18n "pricing_android_price" . }}
9191
</span>
9292
<span class="px-1 rounded-xs text-xs text-white bg-red-600">
93-
-25%<sup>1</sup>
93+
-25%<sup>1</sup> Spring Sale
9494
</span>
9595
</p>
9696
<p class="flex items-baseline gap-2">
@@ -153,7 +153,7 @@ <h2 class="text-center font-h2 mb-4">
153153
{{ i18n "pricing_ios_price" . }}
154154
</span>
155155
<span class="px-1 rounded-xs text-xs text-white bg-red-600">
156-
-25%<sup>1</sup>
156+
-25%<sup>1</sup> Spring Sale
157157
</span>
158158
</p>
159159
<p class="flex items-baseline gap-2">
@@ -303,7 +303,7 @@ <h3 class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tra
303303
{{ i18n "pricing_hub_standard_price_first_year" . }}
304304
</span>
305305
<span class="self-center px-1 rounded-xs text-xs text-white bg-red-600">
306-
-25%
306+
-25% Spring Sale
307307
</span>
308308
</p>
309309
<p class="flex items-baseline gap-2">
@@ -326,7 +326,7 @@ <h3 class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tra
326326
{{ i18n "pricing_hub_standard_price_first_year" . }}
327327
</span>
328328
<span class="self-center px-1 rounded-xs text-xs text-white bg-red-600">
329-
-25%
329+
-25% Spring Sale
330330
</span>
331331
</p>
332332
<p class="flex items-baseline gap-2">

0 commit comments

Comments
 (0)