From 3a4956b54915d1742f17965607c31c444cc6cbbc Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 22 Jan 2024 23:47:48 +0000 Subject: [PATCH] update copy for site creation availability --- app/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/create.rb b/app/create.rb index 8df1ae49..edafcfbc 100644 --- a/app/create.rb +++ b/app/create.rb @@ -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