diff --git a/src/translation/en.json b/src/translation/en.json index b4f3a7eb8..9d69fd8e4 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -1,6 +1,14 @@ { "apps": { - "title": "My Apps" + "title": "My Apps", + "noApps": { + "title": "No apps installed yet!", + "description": "How about installing some? Check out the App Store" + }, + "noAccess": { + "title": "You don't have access to any apps yet!", + "description": "Once you do, they will show up here." + } }, "main": { "offline": "Cloudron is offline. Reconnecting…", diff --git a/src/views/apps.html b/src/views/apps.html index 6c46c36d1..6facc203c 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -84,21 +84,21 @@