X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fsearch-typeahead.component.html;h=f84086b4a6793f0cb681fa11ed5060e399e3ce40;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;hp=548da59bb77d0840fdd13803a557ead5edbbc809;hpb=c41c0e28ed444fdb427f9803d2f123ba6f535fb9;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 548da59bb..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.