Browse Source

English fix [ci skip]

George Millo 9 years ago
parent
commit
73f7e6c4c4
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') {