From 91b2911bb021e3f3018e065144b2647f43fc566d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 26 Sep 2022 20:17:52 +1300 Subject: [PATCH] Change capitalization of page title --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index d95b48474..4586c7220 100644 --- a/server/app.js +++ b/server/app.js @@ -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;