mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Typo
This commit is contained in:
parent
7db2817877
commit
f383fe101a
3 changed files with 5 additions and 5 deletions
|
@ -159,7 +159,7 @@
|
||||||
|
|
||||||
<div [ngClass]="getDisabledSignupClass()">
|
<div [ngClass]="getDisabledSignupClass()">
|
||||||
<label i18n for="signupLimit">Signup limit</label>
|
<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">
|
<div class="number-with-unit">
|
||||||
<input
|
<input
|
||||||
|
@ -470,7 +470,7 @@
|
||||||
i18n-labelText labelText="Accept comments made on remote platforms"
|
i18n-labelText labelText="Accept comments made on remote platforms"
|
||||||
>
|
>
|
||||||
<ng-container ngProjectAs="description">
|
<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>
|
</ng-container>
|
||||||
</my-peertube-checkbox>
|
</my-peertube-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
@ -646,7 +646,7 @@
|
||||||
<label i18n for="searchIndexUrl">Search index URL</label>
|
<label i18n for="searchIndexUrl">Search index URL</label>
|
||||||
|
|
||||||
<div i18n class="form-group-description">
|
<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>
|
</div>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
|
@ -94,7 +94,7 @@ export class CommunityBasedConfigComponent implements OnInit {
|
||||||
{
|
{
|
||||||
id: 'enabled',
|
id: 'enabled',
|
||||||
label: $localize`Enable global search`,
|
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',
|
id: 'disabled',
|
||||||
|
|
|
@ -1164,5 +1164,5 @@ email:
|
||||||
|
|
||||||
video_comments:
|
video_comments:
|
||||||
# Accept or not comments from remote instances
|
# 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
|
accept_remote_comments: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue