update copy for site creation availability

This commit is contained in:
Kyle Drake 2024-01-22 23:47:48 +00:00
parent 0fe2bcb649
commit 3a4956b549

View file

@ -92,7 +92,7 @@ post '/create' do
end
if defined?(BlackBox.create_disabled?) && BlackBox.create_disabled?(@site, request)
flash[:error] = 'Site creation is currently unavailable, please try again later.'
flash[:error] = 'Site creation is not currently available from your location, please try again later.'
return {result: 'error'}.to_json
end