From 69e7d4a590c6ba5c672fae384dc24e2afb7f1852 Mon Sep 17 00:00:00 2001 From: Arhey Date: Wed, 19 Oct 2022 01:06:19 +0300 Subject: [PATCH] Update SearchSyntaxPopup.svelte --- src/components/SearchSyntaxPopup.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SearchSyntaxPopup.svelte b/src/components/SearchSyntaxPopup.svelte index d7f403650..958aec069 100644 --- a/src/components/SearchSyntaxPopup.svelte +++ b/src/components/SearchSyntaxPopup.svelte @@ -13,8 +13,8 @@ result: 'Find channels that have "Nat Geo" in the name.' }, { - query: 'native_name:חינוכית', - result: 'Finds channels whose original name contains "חינוכית".' + query: 'alt_names:חינוכית', + result: 'Finds channels whose alternative name contains "חינוכית".' }, { query: 'categories:news', result: 'Finds all the news channels.' }, { query: 'languages:fra', result: 'Find channels that are broadcast in French.' },