From a3caabe22844ef9d10880629a161662b5ac7a8ea Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 24 Mar 2021 14:48:31 +0100 Subject: [PATCH 1/1] Adjust search results note for i18n, adjust typeahead helper --- .../plugins/plugin-search/plugin-search.component.html | 4 ++-- client/src/app/+search/search.component.html | 10 ++++------ client/src/app/header/search-typeahead.component.html | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html index 1b5fe45c6..f98ef690c 100644 --- a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html +++ b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html @@ -20,8 +20,8 @@ - {{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for "{{ search }}" - + {{ pagination.totalItems }} {pagination.totalItems, plural, =1 {result} other {results}} for {{ search }}" + diff --git a/client/src/app/+search/search.component.html b/client/src/app/+search/search.component.html index 84be4fb14..74c6839e1 100644 --- a/client/src/app/+search/search.component.html +++ b/client/src/app/+search/search.component.html @@ -2,14 +2,12 @@
- {{ pagination.totalItems | myNumberFormatter }} {pagination.totalItems, plural, =1 {result} other {results}} + {{ pagination.totalItems | myNumberFormatter }} {pagination.totalItems, plural, =1 {result} other {results}} - on this instance - on the vidiverse + on this instance + on the vidiverse - - for {{ currentSearch }} - + for {{ currentSearch }}
-
+ Your query will be matched against video names or descriptions, channel names. +
@@ -55,7 +56,6 @@ UUID will list the matching video - Any other input will return matching video or channel names.
-- 2.41.0