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