1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00
This commit is contained in:
Chocobozzz 2025-08-25 08:20:06 +02:00
parent 7db2817877
commit f383fe101a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 5 additions and 5 deletions

View file

@ -159,7 +159,7 @@
<div [ngClass]="getDisabledSignupClass()">
<label i18n for="signupLimit">Signup limit</label>
<span i18n class="small muted ms-1">When the total number of users in your platform reaches this limit, registrations are disabled. -1 == unlimited</span>
<span i18n class="small muted ms-1">When the total number of users in your platform reaches this limit, registrations are disabled. -1 = unlimited</span>
<div class="number-with-unit">
<input
@ -470,7 +470,7 @@
i18n-labelText labelText="Accept comments made on remote platforms"
>
<ng-container ngProjectAs="description">
<span i18n>This setting is not retroactive: current remote comments platform will not be deleted</span>
<span i18n>This setting is not retroactive: current comments from remote platforms will not be deleted</span>
</ng-container>
</my-peertube-checkbox>
</div>
@ -646,7 +646,7 @@
<label i18n for="searchIndexUrl">Search index URL</label>
<div i18n class="form-group-description">
Use your <a class="link-primary" target="_blank" href="https://framagit.org/framasoft/peertube/search-index">your own search index</a> or choose the official one, <a class="link-primary" target="_blank" href="https://sepiasearch.org">https://sepiasearch.org</a>, that is not moderated.
Use <a class="link-primary" target="_blank" href="https://framagit.org/framasoft/peertube/search-index">your own search index</a> or choose the official one, <a class="link-primary" target="_blank" href="https://sepiasearch.org">https://sepiasearch.org</a>, that is not moderated.
</div>
<input

View file

@ -94,7 +94,7 @@ export class CommunityBasedConfigComponent implements OnInit {
{
id: 'enabled',
label: $localize`Enable global search`,
description: $localize`Use https://sepiasearch.org as default search engine to search for content across all known peertube platforms`
description: $localize`Use https://sepiasearch.org as default search engine to search for content across all known PeerTube platforms`
},
{
id: 'disabled',

View file

@ -1164,5 +1164,5 @@ email:
video_comments:
# Accept or not comments from remote instances
# This setting is not retroactive: current remote comments of your instance will not be affected
# This setting is not retroactive: current comments from remote platforms will not be deleted
accept_remote_comments: true