aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/header/search-typeahead.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-05-31 20:03:28 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-10 14:01:49 +0200
commite6dfa58689e88633db8304a8541a75edd893c645 (patch)
treeb8a06bf38370328e753940a8c2ae85d6d03413a5 /client/src/app/header/search-typeahead.component.html
parentb84d4c809f0b1c4b3f2029f56b81dbca37364f36 (diff)
downloadPeerTube-e6dfa58689e88633db8304a8541a75edd893c645.tar.gz
PeerTube-e6dfa58689e88633db8304a8541a75edd893c645.tar.zst
PeerTube-e6dfa58689e88633db8304a8541a75edd893c645.zip
space optimizations for `node_modules` and client stats removal
- replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
Diffstat (limited to 'client/src/app/header/search-typeahead.component.html')
-rw-r--r--client/src/app/header/search-typeahead.component.html8
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