diff --git a/ui/app/components/History.vue b/ui/app/components/History.vue index 0cc0c0fa..e2b2775d 100644 --- a/ui/app/components/History.vue +++ b/ui/app/components/History.vue @@ -417,7 +417,7 @@ No results found for '{{ query }}'. + v-else-if="socket.isConnected" :new-style="true">

Your download history is empty. Once queued downloads are completed, they will appear here.

diff --git a/ui/app/components/Queue.vue b/ui/app/components/Queue.vue index 63482be0..c376a0eb 100644 --- a/ui/app/components/Queue.vue +++ b/ui/app/components/Queue.vue @@ -285,8 +285,8 @@ @close="() => emitter('clear_search')" v-if="query"> No results found for '{{ query }}'. - +

The download queue is empty.

diff --git a/ui/app/pages/index.vue b/ui/app/pages/index.vue index 237a3266..5490480c 100644 --- a/ui/app/pages/index.vue +++ b/ui/app/pages/index.vue @@ -69,14 +69,14 @@