0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Change capitalization of page title

This commit is contained in:
G.Ambatte
2022-09-26 20:17:52 +13:00
parent 9848dc54ba
commit 91b2911bb0

View File

@@ -265,7 +265,7 @@ app.get('/print/:id', asyncHandler(getBrew('share')), (req, res, next)=>{
//Account Page
app.get('/account', asyncHandler(async (req, res, next)=>{
const data = {};
data.title = 'ACCOUNT INFORMATION PAGE';
data.title = 'Account Information Page';
let auth;
let files;