summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js
index 0bf1fed..ac696e9 100644
--- a/routes/index.js
+++ b/routes/index.js
@@ -4,5 +4,5 @@
*/
exports.index = function(req, res){
- res.render('index', { title: 'How Long Can You Wait?', currentUser: req.user });
+ res.render('index', { title: 'Wait Site', currentUser: req.user });
};