X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fsearch-typeahead.component.html;h=f84086b4a6793f0cb681fa11ed5060e399e3ce40;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;hp=4355b67af568d63bebb454a8738d6425fd7a90e3;hpb=5fb2e2888ce032c638e4b75d07458642f0833e52;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html index 4355b67af..f84086b4a 100644 --- a/client/src/app/header/search-typeahead.component.html +++ b/client/src/app/header/search-typeahead.component.html @@ -4,7 +4,10 @@ [(ngModel)]="search" (ngModelChange)="onSearchChange()" (keydown)="handleKey($event)" (keydown.enter)="doSearch()" aria-label="Search" autocomplete="off" > - +
@@ -31,7 +34,8 @@
-
+ Your query will be matched against video names or descriptions, channel names. +
@@ -52,7 +56,6 @@ UUID will list the matching video - Any other input will return matching video or channel names.