diff --git a/src/config/locales/de-DE.json b/src/config/locales/de-DE.json index 4aa5dee..86c34e7 100644 --- a/src/config/locales/de-DE.json +++ b/src/config/locales/de-DE.json @@ -32,6 +32,13 @@ } } }, + "home-view": { + "main": { + "empty-list": { + "text": "Keine Wunschlisten verfügbar." + } + } + }, "detail-view": { "main": { "empty-list": { diff --git a/src/config/locales/en-US.json b/src/config/locales/en-US.json index 5c6c836..65029b2 100644 --- a/src/config/locales/en-US.json +++ b/src/config/locales/en-US.json @@ -32,6 +32,13 @@ } } }, + "home-view": { + "main": { + "empty-list": { + "text": "No wishlists available." + } + } + }, "detail-view": { "main": { "empty-list": { diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index e2cdde1..8822499 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -12,7 +12,10 @@ await fetch()