From 34c075bbc61a590d27ac67c4cd285415042ccabb Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 23 Dec 2016 14:19:39 -0600 Subject: [PATCH] Add better message for domain save --- app/settings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.rb b/app/settings.rb index 54f043b8..688326fc 100644 --- a/app/settings.rb +++ b/app/settings.rb @@ -142,7 +142,7 @@ post '/settings/:username/custom_domain' do LetsEncryptWorker.perform_async @site.id end - flash[:success] = 'The domain has been successfully updated.' + flash[:success] = 'The domain has been successfully updated! Make sure your configuration with the domain registrar is correct. It could take a while for the changes to take effect (15-40 minutes), please be patient.' redirect "/settings/#{@site.username}#custom_domain" else flash[:error] = @site.errors.first.last.first