diff --git a/client/src/components/Header.vue b/client/src/components/Header.vue index 15aca93..6dda444 100644 --- a/client/src/components/Header.vue +++ b/client/src/components/Header.vue @@ -5,7 +5,7 @@

{{indexName}}

-

A video index developed by Framasoft

+

A search engine of PeerTube videos and channels, developed by Framasoft

@@ -32,11 +32,14 @@ .search-home { width: 300px; + height: 250px; margin: 30px 0 0 0; } h1 { font-size: 50px; + // Because it's loaded dynamically + min-height: 70px; margin: 0; text-align: center; } diff --git a/client/src/views/Search.vue b/client/src/views/Search.vue index 1ba15aa..c292f99 100644 --- a/client/src/views/Search.vue +++ b/client/src/views/Search.vue @@ -30,7 +30,8 @@
@@ -165,16 +166,28 @@
- No results found for  - %{resultsCount} results found for  + No results found for + +   + + + %{resultsCount} result found for + + +   + {{ searchedTerm }} - with %{activeFilters} active filters + + with %{activeFilters} active filter +   - on %{instancesCount} indexed PeerTube websites + + on %{instancesCount} indexed PeerTube website +
@@ -619,7 +632,7 @@ }, homeTitleMessage () { - return this.$gettextInterpolate(this.$gettext('Display the video index homepage')) + return this.$gettext('Display homepage') } }, diff --git a/config/default.yaml b/config/default.yaml index 1d7b131..088b739 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -19,7 +19,7 @@ log: search-instance: name: 'PeerTube Search Index' - description: 'Search for your favorite PeerTube videos and channels!' + description: 'A search engine of PeerTube videos and channels, developed by Framasoft' legal_notices_url: '' instances-index: