diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index d4ea53898..9ed5cd42a 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -33,7 +33,8 @@ }, "apps": { "count": "Total apps: {{ count }}" - } + }, + "noMatchesPlaceholder": "No matching apps" }, "main": { "offline": "Cloudron is offline. Reconnecting…", diff --git a/dashboard/src/views/AppsView.vue b/dashboard/src/views/AppsView.vue index 5b85be427..2afcbb202 100644 --- a/dashboard/src/views/AppsView.vue +++ b/dashboard/src/views/AppsView.vue @@ -342,7 +342,7 @@ onDeactivated(() => { -