aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-11 13:13:06 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-06-11 13:13:06 +0200
commit7e4022a554016ef7b8274f0473210e2232f5f455 (patch)
treeb14ba611099bd77b4cf152197ae4ab4eb61ed130 /client/src/app
parenta7257b0e3e2961cd0885d9fcb5f7723a31998a98 (diff)
downloadPeerTube-7e4022a554016ef7b8274f0473210e2232f5f455.tar.gz
PeerTube-7e4022a554016ef7b8274f0473210e2232f5f455.tar.zst
PeerTube-7e4022a554016ef7b8274f0473210e2232f5f455.zip
rephrase warning for self-hostable services
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
index 52c759fb7..716d12685 100644
--- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
+++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
@@ -489,7 +489,7 @@
489 <p i18n>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</p> 489 <p i18n>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</p>
490 490
491 <span i18n> 491 <span i18n>
492 You should only use search indexes you trust, or <a href="https://framagit.org/framasoft/peertube/search-index">host your own</a>. 492 You should only use moderated search indexes in production, or <a href="https://framagit.org/framasoft/peertube/search-index">host your own</a>.
493 </span> 493 </span>
494 </ng-container> 494 </ng-container>
495 495
@@ -587,7 +587,7 @@
587 <p i18n>⚠️ This functionality requires a lot of attention and extra moderation.</p> 587 <p i18n>⚠️ This functionality requires a lot of attention and extra moderation.</p>
588 588
589 <span i18n> 589 <span i18n>
590 You should only follow indexes you trust, or <a href="https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow">host your own</a>. 590 You should only follow moderated indexes in production, or <a href="https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow">host your own</a>.
591 </span> 591 </span>
592 </ng-container> 592 </ng-container>
593 593