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) => {
|
||||
res.render('index', {
|
||||
indexPage: true,
|
||||
title: _('Self hosted email newsletter app')
|
||||
title: _('Self Hosted Newsletter App')
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue