mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-10 15:13:40 +02:00
closes #5067
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -221,6 +221,7 @@ Controllers.registerInterstitial = function(req, res, next) {
|
||||
}
|
||||
|
||||
res.render('registerComplete', {
|
||||
title: '[[pages:registration-complete]]',
|
||||
errors: errors,
|
||||
sections: sections
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user