diff --git a/models/site.rb b/models/site.rb index dacbb89c..aed76fbb 100644 --- a/models/site.rb +++ b/models/site.rb @@ -700,7 +700,7 @@ class Site < Sequel::Model end if new? && !parent? && account_sites_dataset.count >= CHILD_SITES_MAX - errors.add :child_site_id, "Cannot add child site, exceeds #{CHILD_SITES_MAX} limit." + errors.add :child_site_id, "For spam prevention reasons, we've capped site creation to #{CHILD_SITES_MAX} sites. Please contact Neocities support to raise your site limit." end end diff --git a/views/settings/account/sites.erb b/views/settings/account/sites.erb index 66c73eaf..7345e916 100644 --- a/views/settings/account/sites.erb +++ b/views/settings/account/sites.erb @@ -18,7 +18,7 @@
You can now create new sites that are linked to this account! Sites will share the free space you have available. You have <%= Site::CHILD_SITES_MAX - current_site.account_sites_dataset.count %> new sites remaining.
+You can now create new sites that are linked to this account! All of your sites will share the free space you have available.