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;