clarify multiple site offering

This commit is contained in:
Kyle Drake 2016-05-25 03:23:03 -04:00
parent 71be5eeed7
commit 4dcc7255e8
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ class Site < Sequel::Model
SUGGESTIONS_LIMIT = 30
SUGGESTIONS_VIEWS_MIN = 500
CHILD_SITES_MAX = 100
CHILD_SITES_MAX = 30
IP_CREATE_LIMIT = 1000
TOTAL_IP_CREATE_LIMIT = 10000

View file

@ -122,7 +122,7 @@
</tr>
<tr>
<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><i class="fa fa-check"></i></td>