mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
clarify multiple site offering
This commit is contained in:
parent
71be5eeed7
commit
4dcc7255e8
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class Site < Sequel::Model
|
||||||
|
|
||||||
SUGGESTIONS_LIMIT = 30
|
SUGGESTIONS_LIMIT = 30
|
||||||
SUGGESTIONS_VIEWS_MIN = 500
|
SUGGESTIONS_VIEWS_MIN = 500
|
||||||
CHILD_SITES_MAX = 100
|
CHILD_SITES_MAX = 30
|
||||||
|
|
||||||
IP_CREATE_LIMIT = 1000
|
IP_CREATE_LIMIT = 1000
|
||||||
TOTAL_IP_CREATE_LIMIT = 10000
|
TOTAL_IP_CREATE_LIMIT = 10000
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="feature-column">
|
<td class="feature-column">
|
||||||
<span data-original-title="Make as many sites as you want with one account, and easily switch between them.">Unlimited Site Creation</span>
|
<span data-original-title="Make up to <%= Site::CHILD_SITES_MAX %> sites with one account, and easily switch between them.">Multiple Site Creation</span>
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td><i class="fa fa-check"></i></td>
|
<td><i class="fa fa-check"></i></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue