mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
update copy for site creation availability
This commit is contained in:
parent
0fe2bcb649
commit
3a4956b549
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ post '/create' do
|
||||||
end
|
end
|
||||||
|
|
||||||
if defined?(BlackBox.create_disabled?) && BlackBox.create_disabled?(@site, request)
|
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
|
return {result: 'error'}.to_json
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue