diff --git a/app/models/organization.rb b/app/models/organization.rb index 2432cf14c..cac1f9ccc 100644 --- a/app/models/organization.rb +++ b/app/models/organization.rb @@ -33,7 +33,7 @@ class Organization < ApplicationRecord format: { with: /\A[a-zA-Z0-9\-_]+\Z/ }, length: { in: 2..18 }, exclusion: { in: ReservedWords.all, - message: "%s is a reserved word. Contact #{SiteConfig.default_site_email} for help registering your organization." } + message: "%s is a reserved word. Contact site admins for help registering your organization." } validates :url, url: { allow_blank: true, no_local: true, schemes: %w[https http] } validates :secret, uniqueness: { allow_blank: true } validates :location, :email, :company_size, length: { maximum: 64 }