]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove accounts from hinted potential search targets
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 5 Mar 2020 21:00:40 +0000 (22:00 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Thu, 5 Mar 2020 21:00:40 +0000 (22:00 +0100)
client/src/app/header/search-typeahead.component.html

index 949defed6748008b55fde09bbb5a7f3092d21d5a..46b28ed48e3bab272b3e227b752ad76445cd366e 100644 (file)
       </div>
       <ul>
         <li>
-          <em>@username@domain</em> <span class="flex-auto text-muted" i18n>account or channel</span>
+          <em>@channel_id@domain</em> <span class="flex-auto text-muted" i18n>channel</span>
         </li>
         <li>
-          <em>URL</em> <span class="text-muted" i18n>account or channel</span>
+          <em>URL</em> <span class="text-muted" i18n>channel</span>
         </li>
         <li>
           <em>UUID</em> <span class="text-muted" i18n>video</span>
         </li>
       </ul>
-      <span class="text-muted" i18n>Any other text will return matching video, channel or account names.</span>
+      <span class="text-muted" i18n>Any other text will return matching video or channel names.</span>
     </div>
   </div>