fix DMCA typo #198

This commit is contained in:
Kyle Drake 2015-11-11 01:43:25 -08:00
parent 6ef52c3020
commit 74c65cf680

View file

@ -30,7 +30,7 @@ post '/dmca/contact' do
no_footer: true
})
flash[:success] = 'Your DCMA notification has been sent.'
flash[:success] = 'Your DMCA notification has been sent.'
redirect '/'
end
end