Slight restyling of homepage

This commit is contained in:
Jonathan Cremin 2014-12-05 18:18:39 +00:00
parent ff698cff14
commit e49a20d52c
3 changed files with 17 additions and 8 deletions

View file

@ -16,7 +16,7 @@ module.exports = function(req, res) {
var url = parse(req.body.url);
if (!url.host) {
req.flash('search-error', 'Please paste a link below to find matches');
req.flash('search-error', 'Paste a music link above to find and share the matches');
res.redirect('/');
return;
}