aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-02-13 17:11:59 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-02-13 17:12:02 +0100
commitc4be50cd94cd12f91f2ed2fe5c3ed64c7b787fd7 (patch)
tree71016abb943ff82f3edc17ef1084b2f2910bc898 /client/src
parentea99238780fb714bd6c3ef21cda710d8abd2c994 (diff)
downloadPeerTube-c4be50cd94cd12f91f2ed2fe5c3ed64c7b787fd7.tar.gz
PeerTube-c4be50cd94cd12f91f2ed2fe5c3ed64c7b787fd7.tar.zst
PeerTube-c4be50cd94cd12f91f2ed2fe5c3ed64c7b787fd7.zip
Fix search instructions for videos
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/header/search-typeahead.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/search-typeahead.component.html b/client/src/app/header/search-typeahead.component.html
index 0c9df618e..e36809060 100644
--- a/client/src/app/header/search-typeahead.component.html
+++ b/client/src/app/header/search-typeahead.component.html
@@ -43,7 +43,7 @@
43 <em>URL</em> <span class="text-muted" i18n>account or channel</span> 43 <em>URL</em> <span class="text-muted" i18n>account or channel</span>
44 </li> 44 </li>
45 <li> 45 <li>
46 <em>URL</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, channel or account names.</span>