Fixed title case
This commit is contained in:
parent
a2450507c6
commit
3aaf9bc6bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ let _ = require('../lib/translate')._;
|
||||||
router.get('/', (req, res) => {
|
router.get('/', (req, res) => {
|
||||||
res.render('index', {
|
res.render('index', {
|
||||||
indexPage: true,
|
indexPage: true,
|
||||||
title: _('Self hosted email newsletter app')
|
title: _('Self Hosted Newsletter App')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue