Browse Source

Merge pull request #35 from georgemillo/patch-1

English fix [ci skip]
JeongHoon Byun (aka Outsider) 9 years ago
parent
commit
0af739a3b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/index.js

+ 1 - 1
routes/index.js

@@ -35,7 +35,7 @@ router.post('/invite', function(req, res) {
             res.render('result', {
               community: config.community,
               message: 'Success! You were already invited.<br>' +
-                       'Visit to <a href="https://'+ config.slackUrl +'">'+ config.community +'</a>'
+                       'Visit <a href="https://'+ config.slackUrl +'">'+ config.community +'</a>'
             });
             return;
           } else if (error === 'invalid_email') {