mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Add better message for domain save
This commit is contained in:
parent
07d7ad237c
commit
34c075bbc6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue