]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/suggestion.component.html
Migrate client to eslint
[github/Chocobozzz/PeerTube.git] / client / src / app / header / suggestion.component.html
index ab4b4b678e957f217cf0a40bb52af37f3469e4c9..4ac9809e13fc17ca7e930ad1efdc6a9886209563 100644 (file)
@@ -11,7 +11,7 @@
   ></div>
 
   <div class="border rounded flex-shrink-0 px-1 bg-gray text-gray-light ml-1 f6">
-    <span *ngIf="result.type === 'search-instance'" i18n>In this instance</span>
+    <span *ngIf="result.type === 'search-instance'" i18n>In this instance's network</span>
     <span *ngIf="result.type === 'search-index'" i18n>In the vidiverse</span>
   </div>
 </a>