diff --git a/src/translation/de.json b/src/translation/de.json
index 851861808..f803ebd4c 100644
--- a/src/translation/de.json
+++ b/src/translation/de.json
@@ -1,3 +1,8 @@
{
- "MY_APPS": "Meine Apps"
+ "apps": {
+ "title": "Meine Apps"
+ },
+ "main": {
+ "offline": "Cloudron ist nicht erreichbar. Verbindungsaufbau…"
+ }
}
diff --git a/src/translation/en.json b/src/translation/en.json
index 5c538d456..bb4ab2b50 100644
--- a/src/translation/en.json
+++ b/src/translation/en.json
@@ -1,4 +1,8 @@
{
- "MY_APPS": "My Apps",
- "CLOUDRON_OFFLINE": "Cloudron is offline. Reconnecting…"
+ "apps": {
+ "title": "My Apps"
+ },
+ "main": {
+ "offline": "Cloudron is offline. Reconnecting…"
+ }
}
diff --git a/src/views/apps.html b/src/views/apps.html
index 525138866..1e675a81b 100644
--- a/src/views/apps.html
+++ b/src/views/apps.html
@@ -112,7 +112,7 @@