Fixed title case

This commit is contained in:
witzig 2017-03-12 01:13:24 +01:00
parent a2450507c6
commit 3aaf9bc6bf

View file

@ -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')
});
});