Slight restyling of homepage
This commit is contained in:
parent
ff698cff14
commit
e49a20d52c
3 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue