mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Clearer signup limit label
This commit is contained in:
parent
29cdeb0621
commit
6ce6ff06f1
@ -186,6 +186,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 instance reaches this limit, registrations are disabled. -1 == unlimited</span>
|
||||||
|
|
||||||
<div class="number-with-unit">
|
<div class="number-with-unit">
|
||||||
<input
|
<input
|
||||||
|
@ -541,7 +541,9 @@ contact_form:
|
|||||||
signup:
|
signup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
# When the total number of users in your instance reaches this limit, registrations are disabled.
|
||||||
|
# -1 == unlimited
|
||||||
|
limit: 10
|
||||||
|
|
||||||
minimum_age: 16 # Used to configure the signup form
|
minimum_age: 16 # Used to configure the signup form
|
||||||
|
|
||||||
|
@ -551,7 +551,9 @@ contact_form:
|
|||||||
signup:
|
signup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited
|
# When the total number of users in your instance reaches this limit, registrations are disabled.
|
||||||
|
# -1 == unlimited
|
||||||
|
limit: 10
|
||||||
|
|
||||||
minimum_age: 16 # Used to configure the signup form
|
minimum_age: 16 # Used to configure the signup form
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user