This commit is contained in:
barisusakli
2016-09-28 20:06:16 +03:00
parent 13a380cfba
commit 922f1587e7
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"tags": "Tags",
"tag": "Topics tagged under \"%1\"",
"register": "Register an account",
"registration-complete": "Registration complete",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",

View File

@@ -221,6 +221,7 @@ Controllers.registerInterstitial = function(req, res, next) {
}
res.render('registerComplete', {
title: '[[pages:registration-complete]]',
errors: errors,
sections: sections
});