diff options
Diffstat (limited to 'client/src/app/header')
-rw-r--r-- | client/src/app/header/search-typeahead.component.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html index 6d931db20..bbf3834c5 100644 --- a/client/src/app/header/search-typeahead.component.html +++ b/client/src/app/header/search-typeahead.component.html | |||
@@ -38,16 +38,16 @@ | |||
38 | </div> | 38 | </div> |
39 | <ul> | 39 | <ul> |
40 | <li> | 40 | <li> |
41 | <em>@channel_id@domain</em> <span class="flex-auto text-muted" i18n>channel</span> | 41 | <em>@channel_id@domain</em> <span class="flex-auto text-muted" i18n>will list the matching channel</span> |
42 | </li> | 42 | </li> |
43 | <li> | 43 | <li> |
44 | <em>URL</em> <span class="text-muted" i18n>channel</span> | 44 | <em>URL</em> <span class="text-muted" i18n>will list the matching channel</span> |
45 | </li> | 45 | </li> |
46 | <li> | 46 | <li> |
47 | <em>UUID</em> <span class="text-muted" i18n>video</span> | 47 | <em>UUID</em> <span class="text-muted" i18n>will list the matching video</span> |
48 | </li> | 48 | </li> |
49 | </ul> | 49 | </ul> |
50 | <span class="text-muted" i18n>Any other text will return matching video or channel names.</span> | 50 | <span class="text-muted" i18n>Any other input will return matching video or channel names.</span> |
51 | </div> | 51 | </div> |
52 | </div> | 52 | </div> |
53 | 53 | ||