Skip to content

Commit 0aeb508

Browse files
committed
Merge branch 'develop'
2 parents 5f348ec + 1d17898 commit 0aeb508

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

i18n/de.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@
311311
translation: "3.000.000+ Downloads"
312312
- id: home_header_title
313313
translation: "Privatsphäre schützen in"
314+
- id: home_header_title_last_item
315+
translation: "jeder Cloud"
314316
- id: home_header_description
315317
translation: "Mit Cryptomator liegt der Schlüssel zu deinen Daten bei dir. Durch Cryptomator sicherst und verschlüsselst du deine sensiblen Daten in deiner Lieblingscloud. So bleiben sie privat und vor unbefugtem Zugriff geschützt."
316318
- id: home_header_woman_cloud_alt

i18n/en.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@
311311
translation: "3,000,000+ Downloads"
312312
- id: home_header_title
313313
translation: "Protect your privacy in"
314+
- id: home_header_title_last_item
315+
translation: "any cloud"
314316
- id: home_header_description
315317
translation: "With Cryptomator, the key to your data is in your hands. Cryptomator secures and encrypts your sensitive data in your favorite cloud service. So you can rest assured that only you can access your data."
316318
- id: home_header_woman_cloud_alt

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ <h1 class="font-h1 mb-6">
3232
<li>Dropbox</li>
3333
<li>OneDrive</li>
3434
<li>SharePoint</li>
35-
<li>Box</li>
3635
<li>pCloud</li>
3736
<li>Nextcloud</li>
37+
<li>{{ i18n "home_header_title_last_item" }}</li>
3838
<li aria-hidden="true">Google Drive</li>
3939
</ul>
4040
</span>

0 commit comments

Comments
 (0)