rephrase warning for self-hostable services
This commit is contained in:
parent
a7257b0e3e
commit
7e4022a554
client/src/app/+admin/config/edit-custom-config
|
@ -489,7 +489,7 @@
|
|||
<p i18n>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</p>
|
||||
|
||||
<span i18n>
|
||||
You should only use search indexes you trust, or <a href="https://framagit.org/framasoft/peertube/search-index">host your own</a>.
|
||||
You should only use moderated search indexes in production, or <a href="https://framagit.org/framasoft/peertube/search-index">host your own</a>.
|
||||
</span>
|
||||
</ng-container>
|
||||
|
||||
|
@ -587,7 +587,7 @@
|
|||
<p i18n>⚠️ This functionality requires a lot of attention and extra moderation.</p>
|
||||
|
||||
<span i18n>
|
||||
You should only follow indexes you trust, or <a href="https://framagit.org/framasoft/peertube/instances-peertube#peertube-auto-follow">host your own</a>.
|
||||
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>.
|
||||
</span>
|
||||
</ng-container>
|
||||
|
||||
|
|
Loading…
Reference in New Issue