Skip to content

Commit

Permalink
Align page title for "My Skills"
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed May 11, 2021
1 parent 6e83261 commit 487e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Config = require('../config');
router.use(user.requireLogIn);

router.get('/', (req, res, next) => {
res.render('devices_list', { page_title: 'Almond - My Goods',
res.render('devices_list', { page_title: 'Almond - My Skills',
devices: req.app.engine.getDeviceInfos() });
});

Expand Down

0 comments on commit 487e56a

Please sign in to comment.